#77899E

Color #77899E Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #77899E

Tints of Light Slate Grey #77899E

Color information

#77899E (or 0x77899E) is unknown color: approx Light Slate Grey. HEX triplet: 77, 89 and 9E. RGB value is (119,137,158). Sum of RGB (Red+Green+Blue) = 119+137+158=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 158 - color contains mainly: blue. Hex color #77899E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77899E is #887661. Grayscale: #858585. Windows color (decimal): -8943202 or 10389879. OLE color: 10389879.

HSL color Cylindrical-coordinate representation of color #77899E: hue angle of 212.31º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #77899E is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119137158-
CMYK0.250.1300.38
HSL212.31º16.74%54.31%-
HSV(B)212.31º24.68%61.96%-
XYZ22.7224.2835.84-
YUV134.01141.54117.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.74%
GREEN value IS 137 (53.91% from 255) = 33.09%
BLUE value IS 158 (62.11% from 255) = 38.16%
R=28.74%
G=33.09%
B=38.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191371580.250.1300.38212.3116.7454.31
Hex77899E19D026d41136
Octal16721123631150463242166
Binary1110111100010011001111011001110101001101101010010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77899E; }

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

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

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

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

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

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

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

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