#725A70

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

Shades of Salt Box #725A70

Tints of Salt Box #725A70

Color information

#725A70 (or 0x725A70) is unknown color: approx Salt Box. HEX triplet: 72, 5A and 70. RGB value is (114,90,112). Sum of RGB (Red+Green+Blue) = 114+90+112=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 114 - color contains mainly: red. Hex color #725A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A70 is #8DA58F. Grayscale: #636363. Windows color (decimal): -9282960 or 7363186. OLE color: 7363186.

HSL color Cylindrical-coordinate representation of color #725A70: hue angle of 305º 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 #725A70 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11490112-
CMYK00.210.020.55
HSL305º11.76%40%-
HSV(B)305º21.05%44.71%-
XYZ13.5212.0616.94-
YUV99.68134.95138.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 90 (35.55% from 255) = 28.48%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=36.08%
G=28.48%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149011200.210.020.5530511.7640
Hex725A70015237131c28
Octal1621321600252674611450
Binary111001010110101110000010101101101111001100011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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