#72818B

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

Shades of Slate Grey #72818B

Tints of Slate Grey #72818B

Color information

#72818B (or 0x72818B) is unknown color: approx Slate Grey. HEX triplet: 72, 81 and 8B. RGB value is (114,129,139). Sum of RGB (Red+Green+Blue) = 114+129+139=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 139 - color contains mainly: blue. Hex color #72818B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72818B is #8D7E74. Grayscale: #7D7D7D. Windows color (decimal): -9272949 or 9142642. OLE color: 9142642.

HSL color Cylindrical-coordinate representation of color #72818B: hue angle of 204º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72818B is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB114129139-
CMYK0.180.0700.45
HSL204º9.88%49.61%-
HSV(B)204º17.99%54.51%-
XYZ19.4521.1427.48-
YUV125.66135.53119.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.84%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 139 (54.69% from 255) = 36.39%
R=29.84%
G=33.77%
B=36.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141291390.180.0700.452049.8849.61
Hex72818B12702Dcca32
Octal1622012132270553141262
Binary11100101000000110001011100101110101101110011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,129,139); }

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

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

 a { background-color: rgb(114,129,139); }

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

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

 span { border-color: rgb(114,129,139); }

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