#77869F

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

Shades of Light Slate Grey #77869F

Tints of Light Slate Grey #77869F

Color information

#77869F (or 0x77869F) is unknown color: approx Light Slate Grey. HEX triplet: 77, 86 and 9F. RGB value is (119,134,159). Sum of RGB (Red+Green+Blue) = 119+134+159=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #77869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77869F is #887960. Grayscale: #848484. Windows color (decimal): -8943969 or 10454647. OLE color: 10454647.

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

Color convert

RGB119134159-
CMYK0.250.1600.38
HSL217.5º17.24%54.51%-
HSV(B)217.5º25.16%62.35%-
XYZ22.3923.4836.15-
YUV132.36143.03118.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.88%
GREEN value IS 134 (52.73% from 255) = 32.52%
BLUE value IS 159 (62.5% from 255) = 38.59%
R=28.88%
G=32.52%
B=38.59%

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
Decimal1191341590.250.1600.38217.517.2454.51
Hex77869F1910026d91137
Octal16720623731200463312167
Binary11101111000011010011111110011000001001101101100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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