#725B6C

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

Shades of Salt Box #725B6C

Tints of Salt Box #725B6C

Color information

#725B6C (or 0x725B6C) is unknown color: approx Salt Box. HEX triplet: 72, 5B and 6C. RGB value is (114,91,108). Sum of RGB (Red+Green+Blue) = 114+91+108=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 114 - color contains mainly: red. Hex color #725B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B6C is #8DA493. Grayscale: #636363. Windows color (decimal): -9282708 or 7101298. OLE color: 7101298.

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

Color convert

RGB11491108-
CMYK00.200.050.55
HSL315.65º11.22%40.2%-
HSV(B)315.65º20.18%44.71%-
XYZ13.3912.1415.83-
YUV99.81132.62138.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.42%
GREEN value IS 91 (35.94% from 255) = 29.07%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=36.42%
G=29.07%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149110800.200.050.55315.6511.2240.2
Hex725B6C01453713cb28
Octal1621331540245674741350
Binary1110010101101111011000101001011101111001111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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