#77848E

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

Shades of Slate Grey #77848E

Tints of Slate Grey #77848E

Color information

#77848E (or 0x77848E) is unknown color: approx Slate Grey. HEX triplet: 77, 84 and 8E. RGB value is (119,132,142). Sum of RGB (Red+Green+Blue) = 119+132+142=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 142 - color contains mainly: blue. Hex color #77848E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77848E is #887B71. Grayscale: #818181. Windows color (decimal): -8944498 or 9340023. OLE color: 9340023.

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

Color convert

RGB119132142-
CMYK0.160.0700.44
HSL206.09º9.24%51.18%-
HSV(B)206.09º16.2%55.69%-
XYZ20.7422.3828.82-
YUV129.25135.19120.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 30.28%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 142 (55.86% from 255) = 36.13%
R=30.28%
G=33.59%
B=36.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191321420.160.0700.44206.099.2451.18
Hex77848E10702Cce933
Octal1672042162070543161163
Binary11101111000010010001110100001110101100110011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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