#72828D

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

Shades of Slate Grey #72828D

Tints of Slate Grey #72828D

Color information

#72828D (or 0x72828D) is unknown color: approx Slate Grey. HEX triplet: 72, 82 and 8D. RGB value is (114,130,141). Sum of RGB (Red+Green+Blue) = 114+130+141=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 141 - color contains mainly: blue. Hex color #72828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72828D is #8D7D72. Grayscale: #7E7E7E. Windows color (decimal): -9272691 or 9273970. OLE color: 9273970.

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

Color convert

RGB114130141-
CMYK0.190.0800.45
HSL204.44º10.59%50%-
HSV(B)204.44º19.15%55.29%-
XYZ19.7321.4728.3-
YUV126.47136.2119.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.61%
GREEN value IS 130 (51.17% from 255) = 33.77%
BLUE value IS 141 (55.47% from 255) = 36.62%
R=29.61%
G=33.77%
B=36.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141301410.190.0800.45204.4410.5950
Hex72828D13802Dccb32
Octal16220221523100553141362
Binary111001010000010100011011001110000101101110011001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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