#725F6C

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

Shades of Salt Box #725F6C

Tints of Salt Box #725F6C

Color information

#725F6C (or 0x725F6C) is unknown color: approx Salt Box. HEX triplet: 72, 5F and 6C. RGB value is (114,95,108). Sum of RGB (Red+Green+Blue) = 114+95+108=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #725F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F6C is #8DA093. Grayscale: #666666. Windows color (decimal): -9281684 or 7102322. OLE color: 7102322.

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

Color convert

RGB11495108-
CMYK00.170.050.55
HSL318.95º9.09%40.98%-
HSV(B)318.95º16.67%44.71%-
XYZ13.7412.8415.94-
YUV102.16131.29136.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.96%
GREEN value IS 95 (37.5% from 255) = 29.97%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=35.96%
G=29.97%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149510800.170.050.55318.959.0940.98
Hex725F6C01153713f929
Octal1621371540215674771151
Binary1110010101111111011000100011011101111001111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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