#71818C

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

Shades of Slate Grey #71818C

Tints of Slate Grey #71818C

Color information

#71818C (or 0x71818C) is unknown color: approx Slate Grey. HEX triplet: 71, 81 and 8C. RGB value is (113,129,140). Sum of RGB (Red+Green+Blue) = 113+129+140=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 140 - color contains mainly: blue. Hex color #71818C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71818C is #8E7E73. Grayscale: #7D7D7D. Windows color (decimal): -9338484 or 9208177. OLE color: 9208177.

HSL color Cylindrical-coordinate representation of color #71818C: hue angle of 204.44º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71818C is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB113129140-
CMYK0.190.0800.45
HSL204.44º10.67%49.61%-
HSV(B)204.44º19.29%54.9%-
XYZ19.3921.127.86-
YUV125.47136.2119.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.58%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 140 (55.08% from 255) = 36.65%
R=29.58%
G=33.77%
B=36.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1131291400.190.0800.45204.4410.6749.61
Hex71818C13802Dccb32
Octal16120121423100553141362
Binary111000110000001100011001001110000101101110011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71818C; }

 p { color: rgb(113,129,140); }

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

<style>
 a { background-color: #71818C; }

 a { background-color: rgb(113,129,140); }

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

<style>
 span { border-color: #71818C; }

 span { border-color: rgb(113,129,140); }

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