#725570

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

Shades of Salt Box #725570

Tints of Salt Box #725570

Color information

#725570 (or 0x725570) is unknown color: approx Salt Box. HEX triplet: 72, 55 and 70. RGB value is (114,85,112). Sum of RGB (Red+Green+Blue) = 114+85+112=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #725570 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725570 is #8DAA8F. Grayscale: #606060. Windows color (decimal): -9284240 or 7361906. OLE color: 7361906.

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

Color convert

RGB11485112-
CMYK00.250.020.55
HSL304.14º14.57%39.02%-
HSV(B)304.14º25.44%44.71%-
XYZ13.1111.2416.81-
YUV96.75136.61140.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 85 (33.59% from 255) = 27.33%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=36.66%
G=27.33%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148511200.250.020.55304.1414.5739.02
Hex725570019237130f27
Octal1621251600312674601747
Binary111001010101011110000011001101101111001100001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725570; }

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

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

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

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

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

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

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

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