#77869B

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

Shades of Light Slate Grey #77869B

Tints of Light Slate Grey #77869B

Color information

#77869B (or 0x77869B) is unknown color: approx Light Slate Grey. HEX triplet: 77, 86 and 9B. RGB value is (119,134,155). Sum of RGB (Red+Green+Blue) = 119+134+155=408 (54% of max value = 765). Red value is 119 (46.88% from 255 or 29.17% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #77869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77869B is #887964. Grayscale: #838383. Windows color (decimal): -8943973 or 10192503. OLE color: 10192503.

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

Color convert

RGB119134155-
CMYK0.230.1400.39
HSL215º15.25%53.73%-
HSV(B)215º23.23%60.78%-
XYZ22.0523.3434.35-
YUV131.91141.03118.79-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.17%
GREEN value IS 134 (52.73% from 255) = 32.84%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=29.17%
G=32.84%
B=37.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191341550.230.1400.3921515.2553.73
Hex77869B17E027d7f36
Octal16720623327160473271766
Binary111011110000110100110111011111100100111110101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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