#77858F

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

Shades of Slate Grey #77858F

Tints of Slate Grey #77858F

Color information

#77858F (or 0x77858F) is unknown color: approx Slate Grey. HEX triplet: 77, 85 and 8F. RGB value is (119,133,143). Sum of RGB (Red+Green+Blue) = 119+133+143=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 143 - color contains mainly: blue. Hex color #77858F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77858F is #887A70. Grayscale: #818181. Windows color (decimal): -8944241 or 9405815. OLE color: 9405815.

HSL color Cylindrical-coordinate representation of color #77858F: hue angle of 205º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #77858F is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB119133143-
CMYK0.170.0700.44
HSL205º9.68%51.37%-
HSV(B)205º16.78%56.08%-
XYZ20.9522.6829.26-
YUV129.95135.36120.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.13%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 143 (56.25% from 255) = 36.20%
R=30.13%
G=33.67%
B=36.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191331430.170.0700.442059.6851.37
Hex77858F11702Ccda33
Octal1672052172170543151263
Binary11101111000010110001111100011110101100110011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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