#77869C

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

Shades of Light Slate Grey #77869C

Tints of Light Slate Grey #77869C

Color information

#77869C (or 0x77869C) is unknown color: approx Light Slate Grey. HEX triplet: 77, 86 and 9C. RGB value is (119,134,156). Sum of RGB (Red+Green+Blue) = 119+134+156=409 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.10% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 156 - color contains mainly: blue. Hex color #77869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77869C is #887963. Grayscale: #838383. Windows color (decimal): -8943972 or 10258039. OLE color: 10258039.

HSL color Cylindrical-coordinate representation of color #77869C: hue angle of 215.68º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77869C is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB119134156-
CMYK0.240.1400.39
HSL215.68º15.74%53.92%-
HSV(B)215.68º23.72%61.18%-
XYZ22.1323.3734.8-
YUV132.02141.53118.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.10%
GREEN value IS 134 (52.73% from 255) = 32.76%
BLUE value IS 156 (61.33% from 255) = 38.14%
R=29.10%
G=32.76%
B=38.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191341560.240.1400.39215.6815.7453.92
Hex77869C18E027d81036
Octal16720623430160473302066
Binary1110111100001101001110011000111001001111101100010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77869C; }

 p { color: rgb(119,134,156); }

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

<style>
 a { background-color: #77869C; }

 a { background-color: rgb(119,134,156); }

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

<style>
 span { border-color: #77869C; }

 span { border-color: rgb(119,134,156); }

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