#728096

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

Shades of Slate Grey #728096

Tints of Slate Grey #728096

Color information

#728096 (or 0x728096) is unknown color: approx Slate Grey. HEX triplet: 72, 80 and 96. RGB value is (114,128,150). Sum of RGB (Red+Green+Blue) = 114+128+150=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 150 - color contains mainly: blue. Hex color #728096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728096 is #8D7F69. Grayscale: #7E7E7E. Windows color (decimal): -9273194 or 9863282. OLE color: 9863282.

HSL color Cylindrical-coordinate representation of color #728096: hue angle of 216.67º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #728096 is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB114128150-
CMYK0.240.1500.41
HSL216.67º14.63%51.76%-
HSV(B)216.67º24%58.82%-
XYZ20.1621.2231.89-
YUV126.32141.36119.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.08%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 150 (58.98% from 255) = 38.27%
R=29.08%
G=32.65%
B=38.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1141281500.240.1500.41216.6714.6351.76
Hex72809618F029d9f34
Octal16220022630170513311764
Binary111001010000000100101101100011110101001110110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728096; }

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

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

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

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

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

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

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

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