#72808D

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

Shades of Slate Grey #72808D

Tints of Slate Grey #72808D

Color information

#72808D (or 0x72808D) is unknown color: approx Slate Grey. HEX triplet: 72, 80 and 8D. RGB value is (114,128,141). Sum of RGB (Red+Green+Blue) = 114+128+141=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 128 (50.39% from 255 or 33.42% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 141 - color contains mainly: blue. Hex color #72808D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72808D is #8D7F72. Grayscale: #7D7D7D. Windows color (decimal): -9273203 or 9273458. OLE color: 9273458.

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

Color convert

RGB114128141-
CMYK0.190.0900.45
HSL208.89º10.59%50%-
HSV(B)208.89º19.15%55.29%-
XYZ19.4720.9428.21-
YUV125.3136.86119.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.77%
GREEN value IS 128 (50.39% from 255) = 33.42%
BLUE value IS 141 (55.47% from 255) = 36.81%
R=29.77%
G=33.42%
B=36.81%

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
Decimal1141281410.190.0900.45208.8910.5950
Hex72808D13902Dd1b32
Octal16220021523110553211362
Binary111001010000000100011011001110010101101110100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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