#725D6D

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

Shades of Salt Box #725D6D

Tints of Salt Box #725D6D

Color information

#725D6D (or 0x725D6D) is unknown color: approx Salt Box. HEX triplet: 72, 5D and 6D. RGB value is (114,93,109). Sum of RGB (Red+Green+Blue) = 114+93+109=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 114 - color contains mainly: red. Hex color #725D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725D6D is #8DA292. Grayscale: #656565. Windows color (decimal): -9282195 or 7167346. OLE color: 7167346.

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

Color convert

RGB11493109-
CMYK00.180.040.55
HSL314.29º10.14%40.59%-
HSV(B)314.29º18.42%44.71%-
XYZ13.6112.5116.17-
YUV101.1132.46137.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 93 (36.72% from 255) = 29.43%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=36.08%
G=29.43%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149310900.180.040.55314.2910.1440.59
Hex725D6D01243713aa29
Octal1621351550224674721251
Binary1110010101110111011010100101001101111001110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,93,109); }

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

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

 a { background-color: rgb(114,93,109); }

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

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

 span { border-color: rgb(114,93,109); }

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