#72818D

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

Shades of Slate Grey #72818D

Tints of Slate Grey #72818D

Color information

#72818D (or 0x72818D) is unknown color: approx Slate Grey. HEX triplet: 72, 81 and 8D. RGB value is (114,129,141). Sum of RGB (Red+Green+Blue) = 114+129+141=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 141 - color contains mainly: blue. Hex color #72818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72818D is #8D7E72. Grayscale: #7D7D7D. Windows color (decimal): -9272947 or 9273714. OLE color: 9273714.

HSL color Cylindrical-coordinate representation of color #72818D: hue angle of 206.67º 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 #72818D is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB114129141-
CMYK0.190.0900.45
HSL206.67º10.59%50%-
HSV(B)206.67º19.15%55.29%-
XYZ19.621.228.26-
YUV125.88136.53119.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.69%
GREEN value IS 129 (50.78% from 255) = 33.59%
BLUE value IS 141 (55.47% from 255) = 36.72%
R=29.69%
G=33.59%
B=36.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141291410.190.0900.45206.6710.5950
Hex72818D13902Dcfb32
Octal16220121523110553171362
Binary111001010000001100011011001110010101101110011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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