#725D6E

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

Shades of Salt Box #725D6E

Tints of Salt Box #725D6E

Color information

#725D6E (or 0x725D6E) is unknown color: approx Salt Box. HEX triplet: 72, 5D and 6E. RGB value is (114,93,110). Sum of RGB (Red+Green+Blue) = 114+93+110=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #725D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725D6E is #8DA291. Grayscale: #656565. Windows color (decimal): -9282194 or 7232882. OLE color: 7232882.

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

Color convert

RGB11493110-
CMYK00.180.040.55
HSL311.43º10.14%40.59%-
HSV(B)311.43º18.42%44.71%-
XYZ13.6712.5316.45-
YUV101.22132.96137.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.96%
GREEN value IS 93 (36.72% from 255) = 29.34%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=35.96%
G=29.34%
B=34.70%

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
Decimal1149311000.180.040.55311.4310.1440.59
Hex725D6E012437137a29
Octal1621351560224674671251
Binary1110010101110111011100100101001101111001101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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