#72808C

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

Shades of Slate Grey #72808C

Tints of Slate Grey #72808C

Color information

#72808C (or 0x72808C) is unknown color: approx Slate Grey. HEX triplet: 72, 80 and 8C. RGB value is (114,128,140). Sum of RGB (Red+Green+Blue) = 114+128+140=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 128 (50.39% from 255 or 33.51% 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 #72808C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72808C is #8D7F73. Grayscale: #7D7D7D. Windows color (decimal): -9273204 or 9207922. OLE color: 9207922.

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

Color convert

RGB114128140-
CMYK0.190.0900.45
HSL207.69º10.24%49.8%-
HSV(B)207.69º18.57%54.9%-
XYZ19.3920.9127.82-
YUV125.18136.36120.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.84%
GREEN value IS 128 (50.39% from 255) = 33.51%
BLUE value IS 140 (55.08% from 255) = 36.65%
R=29.84%
G=33.51%
B=36.65%

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
Decimal1141281400.190.0900.45207.6910.2449.8
Hex72808C13902Dd0a32
Octal16220021423110553201262
Binary111001010000000100011001001110010101101110100001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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