#76778B

Color #76778B Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #76778B

Tints of Storm Grey #76778B

Color information

#76778B (or 0x76778B) is unknown color: approx Storm Grey. HEX triplet: 76, 77 and 8B. RGB value is (118,119,139). Sum of RGB (Red+Green+Blue) = 118+119+139=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #76778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76778B is #898874. Grayscale: #787878. Windows color (decimal): -9013365 or 9140086. OLE color: 9140086.

HSL color Cylindrical-coordinate representation of color #76778B: hue angle of 237.14º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #76778B is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118119139-
CMYK0.150.1400.45
HSL237.14º8.3%50.39%-
HSV(B)237.14º15.11%54.51%-
XYZ18.7318.9127.09-
YUV120.98138.17125.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.38%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=31.38%
G=31.65%
B=36.97%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181191390.150.1400.45237.148.350.39
Hex76778BFE02Ded832
Octal16616721317160553551062
Binary1110110111011110001011111111100101101111011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76778B; }

 p { color: rgb(118,119,139); }

 H1.HeaderClassName
 {
   color: #76778B;
 }
 .AnyTagClassName
 {
   color: #76778B;
 }
</style>
background-color css

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

 a { background-color: rgb(118,119,139); }

 div.DivClassName
 {
   background-color: #76778B;
 }
 .BgClassName
 {
   background-color: #76778B;
 }
</style>
border-color css

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

 span { border-color: rgb(118,119,139); }

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