#725270

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

Shades of Salt Box #725270

Tints of Salt Box #725270

Color information

#725270 (or 0x725270) is unknown color: approx Salt Box. HEX triplet: 72, 52 and 70. RGB value is (114,82,112). Sum of RGB (Red+Green+Blue) = 114+82+112=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #725270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725270 is #8DAD8F. Grayscale: #5E5E5E. Windows color (decimal): -9285008 or 7361138. OLE color: 7361138.

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

Color convert

RGB11482112-
CMYK00.280.020.55
HSL303.75º16.33%38.43%-
HSV(B)303.75º28.07%44.71%-
XYZ12.8810.7816.73-
YUV94.99137.6141.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=37.01%
G=26.62%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148211200.280.020.55303.7516.3338.43
Hex72527001C2371301026
Octal1621221600342674602046
Binary1110010101001011100000111001011011110011000010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725270; }

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

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

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

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

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

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

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

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