#72586D

Color #72586D Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #72586D

Tints of Salt Box #72586D

Color information

#72586D (or 0x72586D) is unknown color: approx Salt Box. HEX triplet: 72, 58 and 6D. RGB value is (114,88,109). Sum of RGB (Red+Green+Blue) = 114+88+109=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #72586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72586D is #8DA792. Grayscale: #626262. Windows color (decimal): -9283475 or 7166066. OLE color: 7166066.

HSL color Cylindrical-coordinate representation of color #72586D: hue angle of 311.54º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72586D is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11488109-
CMYK00.230.040.55
HSL311.54º12.87%39.61%-
HSV(B)311.54º22.81%44.71%-
XYZ13.1911.6616.02-
YUV98.17134.11139.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=36.66%
G=28.30%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148810900.230.040.55311.5412.8739.61
Hex72586D017437138d28
Octal1621301550274674701550
Binary1110010101100011011010101111001101111001110001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,88,109); }

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

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

 a { background-color: rgb(114,88,109); }

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

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

 span { border-color: rgb(114,88,109); }

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