#76768C

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

Shades of Storm Grey #76768C

Tints of Storm Grey #76768C

Color information

#76768C (or 0x76768C) is unknown color: approx Storm Grey. HEX triplet: 76, 76 and 8C. RGB value is (118,118,140). Sum of RGB (Red+Green+Blue) = 118+118+140=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: blue. Hex color #76768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76768C is #898973. Grayscale: #787878. Windows color (decimal): -9013620 or 9205366. OLE color: 9205366.

HSL color Cylindrical-coordinate representation of color #76768C: hue angle of 240º 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 #76768C is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118118140-
CMYK0.160.1600.45
HSL240º8.73%50.59%-
HSV(B)240º15.71%54.9%-
XYZ18.6818.727.44-
YUV120.51139126.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.38%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 140 (55.08% from 255) = 37.23%
R=31.38%
G=31.38%
B=37.23%

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
Decimal1181181400.160.1600.452408.7350.59
Hex76768C101002Df0933
Octal16616621420200553601163
Binary111011011101101000110010000100000101101111100001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76768C; }

 p { color: rgb(118,118,140); }

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

<style>
 a { background-color: #76768C; }

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

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

<style>
 span { border-color: #76768C; }

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

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