#777E89

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

Shades of Storm Grey #777E89

Tints of Storm Grey #777E89

Color information

#777E89 (or 0x777E89) is unknown color: approx Storm Grey. HEX triplet: 77, 7E and 89. RGB value is (119,126,137). Sum of RGB (Red+Green+Blue) = 119+126+137=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 137 (53.91% from 255 or 35.86% from 382); Max value from RGB is 137 - color contains mainly: blue. Hex color #777E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777E89 is #888176. Grayscale: #7D7D7D. Windows color (decimal): -8946039 or 9010807. OLE color: 9010807.

HSL color Cylindrical-coordinate representation of color #777E89: hue angle of 216.67º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #777E89 is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB119126137-
CMYK0.130.0800.46
HSL216.67º7.09%50.2%-
HSV(B)216.67º13.14%53.73%-
XYZ19.5820.6526.62-
YUV125.16134.68123.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.15%
GREEN value IS 126 (49.61% from 255) = 32.98%
BLUE value IS 137 (53.91% from 255) = 35.86%
R=31.15%
G=32.98%
B=35.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1191261370.130.0800.46216.677.0950.2
Hex777E89D802Ed9732
Octal1671762111510056331762
Binary111011111111101000100111011000010111011011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777E89; }

 p { color: rgb(119,126,137); }

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

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

 a { background-color: rgb(119,126,137); }

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

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

 span { border-color: rgb(119,126,137); }

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