#76788B

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

Shades of Storm Grey #76788B

Tints of Storm Grey #76788B

Color information

#76788B (or 0x76788B) is unknown color: approx Storm Grey. HEX triplet: 76, 78 and 8B. RGB value is (118,120,139). Sum of RGB (Red+Green+Blue) = 118+120+139=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #76788B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76788B is #898774. Grayscale: #797979. Windows color (decimal): -9013109 or 9140342. OLE color: 9140342.

HSL color Cylindrical-coordinate representation of color #76788B: hue angle of 234.29º 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 #76788B is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118120139-
CMYK0.150.1400.45
HSL234.29º8.3%50.39%-
HSV(B)234.29º15.11%54.51%-
XYZ18.8519.1527.13-
YUV121.57137.84125.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.30%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=31.30%
G=31.83%
B=36.87%

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
Decimal1181201390.150.1400.45234.298.350.39
Hex76788BFE02Dea832
Octal16617021317160553521062
Binary1110110111100010001011111111100101101111010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76788B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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