#767986

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

Shades of Storm Grey #767986

Tints of Storm Grey #767986

Color information

#767986 (or 0x767986) is unknown color: approx Storm Grey. HEX triplet: 76, 79 and 86. RGB value is (118,121,134). Sum of RGB (Red+Green+Blue) = 118+121+134=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 134 - color contains mainly: blue. Hex color #767986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767986 is #898679. Grayscale: #797979. Windows color (decimal): -9012858 or 8812918. OLE color: 8812918.

HSL color Cylindrical-coordinate representation of color #767986: hue angle of 228.75º 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 #767986 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB118121134-
CMYK0.120.1000.47
HSL228.75º6.35%49.41%-
HSV(B)228.75º11.94%52.55%-
XYZ18.6119.2525.29-
YUV121.58135.01125.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 134 (52.73% from 255) = 35.92%
R=31.64%
G=32.44%
B=35.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181211340.120.1000.47228.756.3549.41
Hex767986CA02Fe5631
Octal1661712061412057345661
Binary111011011110011000011011001010010111111100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767986; }

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

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

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

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

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

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

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

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