#725A6F

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

Shades of Salt Box #725A6F

Tints of Salt Box #725A6F

Color information

#725A6F (or 0x725A6F) is unknown color: approx Salt Box. HEX triplet: 72, 5A and 6F. RGB value is (114,90,111). Sum of RGB (Red+Green+Blue) = 114+90+111=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 114 - color contains mainly: red. Hex color #725A6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A6F is #8DA590. Grayscale: #636363. Windows color (decimal): -9282961 or 7297650. OLE color: 7297650.

HSL color Cylindrical-coordinate representation of color #725A6F: hue angle of 307.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #725A6F is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11490111-
CMYK00.210.030.55
HSL307.5º11.76%40%-
HSV(B)307.5º21.05%44.71%-
XYZ13.4612.0416.65-
YUV99.57134.45138.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=36.19%
G=28.57%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149011100.210.030.55307.511.7640
Hex725A6F015337134c28
Octal1621321570253674641450
Binary111001010110101101111010101111101111001101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725A6F; }

 p { color: rgb(114,90,111); }

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

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

 a { background-color: rgb(114,90,111); }

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

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

 span { border-color: rgb(114,90,111); }

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