#728092

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

Shades of Slate Grey #728092

Tints of Slate Grey #728092

Color information

#728092 (or 0x728092) is unknown color: approx Slate Grey. HEX triplet: 72, 80 and 92. RGB value is (114,128,146). Sum of RGB (Red+Green+Blue) = 114+128+146=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 146 - color contains mainly: blue. Hex color #728092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728092 is #8D7F6D. Grayscale: #7D7D7D. Windows color (decimal): -9273198 or 9601138. OLE color: 9601138.

HSL color Cylindrical-coordinate representation of color #728092: hue angle of 213.75º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #728092 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB114128146-
CMYK0.220.1200.43
HSL213.75º12.8%50.98%-
HSV(B)213.75º21.92%57.25%-
XYZ19.8521.0930.22-
YUV125.87139.36119.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.38%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 146 (57.42% from 255) = 37.63%
R=29.38%
G=32.99%
B=37.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141281460.220.1200.43213.7512.850.98
Hex72809216C02Bd6d33
Octal16220022226140533261563
Binary111001010000000100100101011011000101011110101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728092; }

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

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

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

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

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

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

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

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