#76798E

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

Shades of Storm Grey #76798E

Tints of Storm Grey #76798E

Color information

#76798E (or 0x76798E) is unknown color: approx Storm Grey. HEX triplet: 76, 79 and 8E. RGB value is (118,121,142). Sum of RGB (Red+Green+Blue) = 118+121+142=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 142 - color contains mainly: blue. Hex color #76798E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76798E is #898671. Grayscale: #7A7A7A. Windows color (decimal): -9012850 or 9337206. OLE color: 9337206.

HSL color Cylindrical-coordinate representation of color #76798E: hue angle of 232.5º 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 #76798E is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB118121142-
CMYK0.170.1500.44
HSL232.5º9.6%50.98%-
HSV(B)232.5º16.9%55.69%-
XYZ19.1919.4828.34-
YUV122.5139.01124.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.97%
GREEN value IS 121 (47.66% from 255) = 31.76%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=30.97%
G=31.76%
B=37.27%

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
Decimal1181211420.170.1500.44232.59.650.98
Hex76798E11F02Ce8a33
Octal16617121621170543501263
Binary11101101111001100011101000111110101100111010001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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