#767786

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

Shades of Storm Grey #767786

Tints of Storm Grey #767786

Color information

#767786 (or 0x767786) is unknown color: approx Storm Grey. HEX triplet: 76, 77 and 86. RGB value is (118,119,134). Sum of RGB (Red+Green+Blue) = 118+119+134=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 119 (46.88% from 255 or 32.08% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 134 - color contains mainly: blue. Hex color #767786 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767786 is #898879. Grayscale: #787878. Windows color (decimal): -9013370 or 8812406. OLE color: 8812406.

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

Color convert

RGB118119134-
CMYK0.120.1100.47
HSL236.25º6.35%49.41%-
HSV(B)236.25º11.94%52.55%-
XYZ18.3718.7725.21-
YUV120.41135.67126.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 119 (46.88% from 255) = 32.08%
BLUE value IS 134 (52.73% from 255) = 36.12%
R=31.81%
G=32.08%
B=36.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181191340.120.1100.47236.256.3549.41
Hex767786CB02Fec631
Octal1661672061413057354661
Binary111011011101111000011011001011010111111101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767786; }

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

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

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

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

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

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

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

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