#72586A

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

Shades of Salt Box #72586A

Tints of Salt Box #72586A

Color information

#72586A (or 0x72586A) is unknown color: approx Salt Box. HEX triplet: 72, 58 and 6A. RGB value is (114,88,106). Sum of RGB (Red+Green+Blue) = 114+88+106=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #72586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72586A is #8DA795. Grayscale: #616161. Windows color (decimal): -9283478 or 6969458. OLE color: 6969458.

HSL color Cylindrical-coordinate representation of color #72586A: hue angle of 318.46º 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 #72586A is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11488106-
CMYK00.230.070.55
HSL318.46º12.87%39.61%-
HSV(B)318.46º22.81%44.71%-
XYZ13.0311.615.19-
YUV97.83132.61139.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 88 (34.77% from 255) = 28.57%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=37.01%
G=28.57%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148810600.230.070.55318.4612.8739.61
Hex72586A01773713ed28
Octal1621301520277674761550
Binary1110010101100011010100101111111101111001111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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