#72808B

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

Shades of Slate Grey #72808B

Tints of Slate Grey #72808B

Color information

#72808B (or 0x72808B) is unknown color: approx Slate Grey. HEX triplet: 72, 80 and 8B. RGB value is (114,128,139). Sum of RGB (Red+Green+Blue) = 114+128+139=381 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.92% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 139 - color contains mainly: blue. Hex color #72808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72808B is #8D7F74. Grayscale: #7D7D7D. Windows color (decimal): -9273205 or 9142386. OLE color: 9142386.

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

Color convert

RGB114128139-
CMYK0.180.0800.45
HSL206.4º9.88%49.61%-
HSV(B)206.4º17.99%54.51%-
XYZ19.3220.8827.44-
YUV125.07135.86120.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.92%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=29.92%
G=33.60%
B=36.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141281390.180.0800.45206.49.8849.61
Hex72808B12802Dcea32
Octal16220021322100553161262
Binary111001010000000100010111001010000101101110011101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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