Html Css Color HEX #747785 Storm Grey

📋 copy color: '#747785'

red 116 ◦ green 119 ◦ blue 133

#747785
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Grey #747785

Tints of Storm Grey #747785

RGB

 RED value IS 116 (45.7% from 255) = 31.52%

 GREEN value IS 119 (46.88% from 255) = 32.34%

 BLUE value IS 133 (52.34% from 255) = 36.14%

R = 31.52%
G = 32.34%
B = 36.14%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#747785 (or 0x747785) is known color: Storm Grey. HEX triplet: 74, 77 and 85. RGB value is (116,119,133). Sum of RGB (Red+Green+Blue) = 116+119+133=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 133 - color contains mainly: blue. Hex color #747785 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747785 is #8B887A. Grayscale: #777777. Windows color (decimal): -9144443 or 8746868. OLE color: 8746868.

HSL color Cylindrical-coordinate representation of color #747785: hue angle of 229.41º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #747785 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 119 133 -
CMYK 0.13 0.11 0 0.48
HSL 229.41º 0.07% 0.49% -
HSV(B) 229.41º 0.13% 0.52% -
XYZ 18.03 18.6 24.83 -
YUV 119.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 116 119 133 0.13 0.11 0 0.48 229.41 0.07 0.49
Hex 74 77 85 D B 0 30 E5 7 31
Octal 164 167 205 15 13 0 60 345 7 61
Binary 1110100 1110111 10000101 1101 1011 0 110000 11100101 111 110001

Color Harmonies of #747785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747785

Black with #747785

Text Example


Text Example

White with #747785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747785; }

 p { color: rgb(116,119,133); }

 H1.HeaderClassName
 {
   color: #747785;
 }
 .AnyTagClassName
 {
   color: #747785;
 }
</style>

background-color css

<style>
 a { background-color: #747785; }

 a { background-color: rgb(116,119,133); }

 div.DivClassName
 {
   background-color: #747785;
 }
 .BgClassName
 {
   background-color: #747785;
 }
</style>

border-color css

<style>
 span { border-color: #747785; }

 span { border-color: rgb(116,119,133); }

 td.TdClassName
 {
   border-color: #747785;
 }
 .TagClassName
 {
   border-color: #747785;
 }
</style>