#725F70

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

Shades of Salt Box #725F70

Tints of Salt Box #725F70

Color information

#725F70 (or 0x725F70) is unknown color: approx Salt Box. HEX triplet: 72, 5F and 70. RGB value is (114,95,112). Sum of RGB (Red+Green+Blue) = 114+95+112=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 114 - color contains mainly: red. Hex color #725F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F70 is #8DA08F. Grayscale: #666666. Windows color (decimal): -9281680 or 7364466. OLE color: 7364466.

HSL color Cylindrical-coordinate representation of color #725F70: hue angle of 306.32º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #725F70 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11495112-
CMYK00.170.020.55
HSL306.32º9.09%40.98%-
HSV(B)306.32º16.67%44.71%-
XYZ13.9612.9317.09-
YUV102.62133.29136.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 95 (37.5% from 255) = 29.60%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=35.51%
G=29.60%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149511200.170.020.55306.329.0940.98
Hex725F70011237132929
Octal1621371600212674621151
Binary111001010111111110000010001101101111001100101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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