#787A86

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

Shades of Storm Grey #787A86

Tints of Storm Grey #787A86

Color information

#787A86 (or 0x787A86) is unknown color: approx Storm Grey. HEX triplet: 78, 7A and 86. RGB value is (120,122,134). Sum of RGB (Red+Green+Blue) = 120+122+134=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 134 - color contains mainly: blue. Hex color #787A86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787A86 is #878579. Grayscale: #7A7A7A. Windows color (decimal): -8881530 or 8813176. OLE color: 8813176.

HSL color Cylindrical-coordinate representation of color #787A86: hue angle of 231.43º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #787A86 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB120122134-
CMYK0.100.0900.47
HSL231.43º5.51%49.8%-
HSV(B)231.43º10.45%52.55%-
XYZ19.0119.6325.34-
YUV122.77134.34126.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.91%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 134 (52.73% from 255) = 35.64%
R=31.91%
G=32.45%
B=35.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201221340.100.0900.47231.435.5149.8
Hex787A86A902Fe7632
Octal1701722061211057347662
Binary111100011110101000011010101001010111111100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787A86; }

 p { color: rgb(120,122,134); }

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

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

 a { background-color: rgb(120,122,134); }

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

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

 span { border-color: rgb(120,122,134); }

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