#787B7F

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

Shades of Storm Grey #787B7F

Tints of Storm Grey #787B7F

Color information

#787B7F (or 0x787B7F) is unknown color: approx Storm Grey. HEX triplet: 78, 7B and 7F. RGB value is (120,123,127). Sum of RGB (Red+Green+Blue) = 120+123+127=370 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.43% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 127 - color contains mainly: blue. Hex color #787B7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787B7F is #878480. Grayscale: #7A7A7A. Windows color (decimal): -8881281 or 8354680. OLE color: 8354680.

HSL color Cylindrical-coordinate representation of color #787B7F: hue angle of 214.29º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #787B7F is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB120123127-
CMYK0.060.0300.50
HSL214.29º2.83%48.43%-
HSV(B)214.29º5.51%49.8%-
XYZ18.6619.6922.9-
YUV122.56130.51126.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.43%
GREEN value IS 123 (48.44% from 255) = 33.24%
BLUE value IS 127 (50% from 255) = 34.32%
R=32.43%
G=33.24%
B=34.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1201231270.060.0300.50214.292.8348.43
Hex787B7F63032d6330
Octal17017317763062326360
Binary1111000111101111111111101101100101101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,123,127); }

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

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

 a { background-color: rgb(120,123,127); }

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

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

 span { border-color: rgb(120,123,127); }

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