#725070

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

Shades of Salt Box #725070

Tints of Salt Box #725070

Color information

#725070 (or 0x725070) is unknown color: approx Salt Box. HEX triplet: 72, 50 and 70. RGB value is (114,80,112). Sum of RGB (Red+Green+Blue) = 114+80+112=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 112 (44.14% from 255 or 36.60% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #725070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725070 is #8DAF8F. Grayscale: #5D5D5D. Windows color (decimal): -9285520 or 7360626. OLE color: 7360626.

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

Color convert

RGB11480112-
CMYK00.300.020.55
HSL303.53º17.53%38.04%-
HSV(B)303.53º29.82%44.71%-
XYZ12.7310.4816.68-
YUV93.81138.26142.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 80 (31.64% from 255) = 26.14%
BLUE value IS 112 (44.14% from 255) = 36.60%
R=37.25%
G=26.14%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148011200.300.020.55303.5317.5338.04
Hex72507001E2371301226
Octal1621201600362674602246
Binary1110010101000011100000111101011011110011000010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725070; }

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

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

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

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

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

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

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

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