#76778D

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

Shades of Storm Grey #76778D

Tints of Storm Grey #76778D

Color information

#76778D (or 0x76778D) is unknown color: approx Storm Grey. HEX triplet: 76, 77 and 8D. RGB value is (118,119,141). Sum of RGB (Red+Green+Blue) = 118+119+141=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 141 - color contains mainly: blue. Hex color #76778D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76778D is #898872. Grayscale: #797979. Windows color (decimal): -9013363 or 9271158. OLE color: 9271158.

HSL color Cylindrical-coordinate representation of color #76778D: hue angle of 237.39º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76778D is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118119141-
CMYK0.160.1600.45
HSL237.39º9.16%50.78%-
HSV(B)237.39º16.31%55.29%-
XYZ18.8818.9727.87-
YUV121.21139.17125.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 119 (46.88% from 255) = 31.48%
BLUE value IS 141 (55.47% from 255) = 37.30%
R=31.22%
G=31.48%
B=37.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181191410.160.1600.45237.399.1650.78
Hex76778D101002Ded933
Octal16616721520200553551163
Binary111011011101111000110110000100000101101111011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76778D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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