#77859E

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

Shades of Light Slate Grey #77859E

Tints of Light Slate Grey #77859E

Color information

#77859E (or 0x77859E) is unknown color: approx Light Slate Grey. HEX triplet: 77, 85 and 9E. RGB value is (119,133,158). Sum of RGB (Red+Green+Blue) = 119+133+158=410 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.02% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 158 - color contains mainly: blue. Hex color #77859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77859E is #887A61. Grayscale: #838383. Windows color (decimal): -8944226 or 10388855. OLE color: 10388855.

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

Color convert

RGB119133158-
CMYK0.250.1600.38
HSL218.46º16.74%54.31%-
HSV(B)218.46º24.68%61.96%-
XYZ22.1723.1735.65-
YUV131.66142.86118.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.02%
GREEN value IS 133 (52.34% from 255) = 32.44%
BLUE value IS 158 (62.11% from 255) = 38.54%
R=29.02%
G=32.44%
B=38.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1191331580.250.1600.38218.4616.7454.31
Hex77859E1910026da1136
Octal16720523631200463322166
Binary11101111000010110011110110011000001001101101101010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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