#77859A

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

Shades of Light Slate Grey #77859A

Tints of Light Slate Grey #77859A

Color information

#77859A (or 0x77859A) is unknown color: approx Light Slate Grey. HEX triplet: 77, 85 and 9A. RGB value is (119,133,154). Sum of RGB (Red+Green+Blue) = 119+133+154=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #77859A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77859A is #887A65. Grayscale: #838383. Windows color (decimal): -8944230 or 10126711. OLE color: 10126711.

HSL color Cylindrical-coordinate representation of color #77859A: hue angle of 216º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #77859A is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB119133154-
CMYK0.230.1400.40
HSL216º14.77%53.53%-
HSV(B)216º22.73%60.39%-
XYZ21.8323.0333.87-
YUV131.21140.86119.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.31%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=29.31%
G=32.76%
B=37.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1191331540.230.1400.4021614.7753.53
Hex77859A17E028d8f36
Octal16720523227160503301766
Binary111011110000101100110101011111100101000110110001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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