#767B86

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

Shades of Storm Grey #767B86

Tints of Storm Grey #767B86

Color information

#767B86 (or 0x767B86) is unknown color: approx Storm Grey. HEX triplet: 76, 7B and 86. RGB value is (118,123,134). Sum of RGB (Red+Green+Blue) = 118+123+134=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 134 - color contains mainly: blue. Hex color #767B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767B86 is #898479. Grayscale: #7A7A7A. Windows color (decimal): -9012346 or 8813430. OLE color: 8813430.

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

Color convert

RGB118123134-
CMYK0.120.0800.47
HSL221.25º6.35%49.41%-
HSV(B)221.25º11.94%52.55%-
XYZ18.8619.7425.37-
YUV122.76134.34124.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 123 (48.44% from 255) = 32.8%
BLUE value IS 134 (52.73% from 255) = 35.73%
R=31.47%
G=32.8%
B=35.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181231340.120.0800.47221.256.3549.41
Hex767B86C802Fdd631
Octal1661732061410057335661
Binary111011011110111000011011001000010111111011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767B86; }

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

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

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

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

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

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

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

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