#725370

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

Shades of Salt Box #725370

Tints of Salt Box #725370

Color information

#725370 (or 0x725370) is unknown color: approx Salt Box. HEX triplet: 72, 53 and 70. RGB value is (114,83,112). Sum of RGB (Red+Green+Blue) = 114+83+112=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #725370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725370 is #8DAC8F. Grayscale: #5F5F5F. Windows color (decimal): -9284752 or 7361394. OLE color: 7361394.

HSL color Cylindrical-coordinate representation of color #725370: hue angle of 303.87º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #725370 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11483112-
CMYK00.270.020.55
HSL303.87º15.74%38.63%-
HSV(B)303.87º27.19%44.71%-
XYZ12.9610.9316.76-
YUV95.57137.27141.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 83 (32.81% from 255) = 26.86%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=36.89%
G=26.86%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148311200.270.020.55303.8715.7438.63
Hex72537001B2371301027
Octal1621231600332674602047
Binary1110010101001111100000110111011011110011000010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725370; }

 p { color: rgb(114,83,112); }

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

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

 a { background-color: rgb(114,83,112); }

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

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

 span { border-color: rgb(114,83,112); }

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