#77889E

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

Shades of Light Slate Grey #77889E

Tints of Light Slate Grey #77889E

Color information

#77889E (or 0x77889E) is unknown color: approx Light Slate Grey. HEX triplet: 77, 88 and 9E. RGB value is (119,136,158). Sum of RGB (Red+Green+Blue) = 119+136+158=413 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.81% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 158 - color contains mainly: blue. Hex color #77889E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77889E is #887761. Grayscale: #858585. Windows color (decimal): -8943458 or 10389623. OLE color: 10389623.

HSL color Cylindrical-coordinate representation of color #77889E: hue angle of 213.85º 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 #77889E is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB119136158-
CMYK0.250.1400.38
HSL213.85º16.74%54.31%-
HSV(B)213.85º24.68%61.96%-
XYZ22.582435.79-
YUV133.42141.87117.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.81%
GREEN value IS 136 (53.52% from 255) = 32.93%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=28.81%
G=32.93%
B=38.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191361580.250.1400.38213.8516.7454.31
Hex77889E19E026d61136
Octal16721023631160463262166
Binary1110111100010001001111011001111001001101101011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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