#725F6F

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

Shades of Salt Box #725F6F

Tints of Salt Box #725F6F

Color information

#725F6F (or 0x725F6F) is unknown color: approx Salt Box. HEX triplet: 72, 5F and 6F. RGB value is (114,95,111). Sum of RGB (Red+Green+Blue) = 114+95+111=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 114 - color contains mainly: red. Hex color #725F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F6F is #8DA090. Grayscale: #666666. Windows color (decimal): -9281681 or 7298930. OLE color: 7298930.

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

Color convert

RGB11495111-
CMYK00.170.030.55
HSL309.47º9.09%40.98%-
HSV(B)309.47º16.67%44.71%-
XYZ13.912.9116.8-
YUV102.5132.79136.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.62%
GREEN value IS 95 (37.5% from 255) = 29.69%
BLUE value IS 111 (43.75% from 255) = 34.69%
R=35.62%
G=29.69%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149511100.170.030.55309.479.0940.98
Hex725F6F011337135929
Octal1621371570213674651151
Binary111001010111111101111010001111101111001101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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