#728091

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

Shades of Slate Grey #728091

Tints of Slate Grey #728091

Color information

#728091 (or 0x728091) is unknown color: approx Slate Grey. HEX triplet: 72, 80 and 91. RGB value is (114,128,145). Sum of RGB (Red+Green+Blue) = 114+128+145=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 145 - color contains mainly: blue. Hex color #728091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728091 is #8D7F6E. Grayscale: #7D7D7D. Windows color (decimal): -9273199 or 9535602. OLE color: 9535602.

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

Color convert

RGB114128145-
CMYK0.210.1200.43
HSL212.9º12.35%50.78%-
HSV(B)212.9º21.38%56.86%-
XYZ19.7721.0629.81-
YUV125.75138.86119.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.46%
GREEN value IS 128 (50.39% from 255) = 33.07%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=29.46%
G=33.07%
B=37.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141281450.210.1200.43212.912.3550.78
Hex72809115C02Bd5c33
Octal16220022125140533251463
Binary111001010000000100100011010111000101011110101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728091; }

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

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

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

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

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

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

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

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