#77848F

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

Shades of Slate Grey #77848F

Tints of Slate Grey #77848F

Color information

#77848F (or 0x77848F) is unknown color: approx Slate Grey. HEX triplet: 77, 84 and 8F. RGB value is (119,132,143). Sum of RGB (Red+Green+Blue) = 119+132+143=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 143 - color contains mainly: blue. Hex color #77848F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77848F is #887B70. Grayscale: #818181. Windows color (decimal): -8944497 or 9405559. OLE color: 9405559.

HSL color Cylindrical-coordinate representation of color #77848F: hue angle of 207.5º 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 #77848F is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB119132143-
CMYK0.170.0800.44
HSL207.5º9.68%51.37%-
HSV(B)207.5º16.78%56.08%-
XYZ20.8222.4129.21-
YUV129.37135.69120.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.20%
GREEN value IS 132 (51.95% from 255) = 33.50%
BLUE value IS 143 (56.25% from 255) = 36.29%
R=30.20%
G=33.50%
B=36.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191321430.170.0800.44207.59.6851.37
Hex77848F11802Ccfa33
Octal16720421721100543171263
Binary111011110000100100011111000110000101100110011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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