#767787

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

Shades of Storm Grey #767787

Tints of Storm Grey #767787

Color information

#767787 (or 0x767787) is unknown color: approx Storm Grey. HEX triplet: 76, 77 and 87. RGB value is (118,119,135). Sum of RGB (Red+Green+Blue) = 118+119+135=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 135 - color contains mainly: blue. Hex color #767787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767787 is #898878. Grayscale: #787878. Windows color (decimal): -9013369 or 8877942. OLE color: 8877942.

HSL color Cylindrical-coordinate representation of color #767787: hue angle of 236.47º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #767787 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB118119135-
CMYK0.130.1200.47
HSL236.47º6.72%49.61%-
HSV(B)236.47º12.59%52.94%-
XYZ18.4418.7925.58-
YUV120.52136.17126.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.72%
GREEN value IS 119 (46.88% from 255) = 31.99%
BLUE value IS 135 (53.12% from 255) = 36.29%
R=31.72%
G=31.99%
B=36.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181191350.130.1200.47236.476.7249.61
Hex767787DC02Fec732
Octal1661672071514057354762
Binary111011011101111000011111011100010111111101100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767787; }

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

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

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

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

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

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

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

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