#725B6F

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

Shades of Salt Box #725B6F

Tints of Salt Box #725B6F

Color information

#725B6F (or 0x725B6F) is unknown color: approx Salt Box. HEX triplet: 72, 5B and 6F. RGB value is (114,91,111). Sum of RGB (Red+Green+Blue) = 114+91+111=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 114 - color contains mainly: red. Hex color #725B6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B6F is #8DA490. Grayscale: #646464. Windows color (decimal): -9282705 or 7297906. OLE color: 7297906.

HSL color Cylindrical-coordinate representation of color #725B6F: hue angle of 307.83º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #725B6F is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11491111-
CMYK00.200.030.55
HSL307.83º11.22%40.2%-
HSV(B)307.83º20.18%44.71%-
XYZ13.5512.2116.68-
YUV100.16134.12137.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 91 (35.94% from 255) = 28.80%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=36.08%
G=28.80%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149111100.200.030.55307.8311.2240.2
Hex725B6F014337134b28
Octal1621331570243674641350
Binary111001010110111101111010100111101111001101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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