#76788E

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

Shades of Storm Grey #76788E

Tints of Storm Grey #76788E

Color information

#76788E (or 0x76788E) is unknown color: approx Storm Grey. HEX triplet: 76, 78 and 8E. RGB value is (118,120,142). Sum of RGB (Red+Green+Blue) = 118+120+142=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 142 - color contains mainly: blue. Hex color #76788E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76788E is #898771. Grayscale: #797979. Windows color (decimal): -9013106 or 9336950. OLE color: 9336950.

HSL color Cylindrical-coordinate representation of color #76788E: hue angle of 235º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #76788E is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB118120142-
CMYK0.170.1500.44
HSL235º9.6%50.98%-
HSV(B)235º16.9%55.69%-
XYZ19.0719.2428.3-
YUV121.91139.34125.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.05%
GREEN value IS 120 (47.27% from 255) = 31.58%
BLUE value IS 142 (55.86% from 255) = 37.37%
R=31.05%
G=31.58%
B=37.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181201420.170.1500.442359.650.98
Hex76788E11F02Ceba33
Octal16617021621170543531263
Binary11101101111000100011101000111110101100111010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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