#725F6B

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

Shades of Salt Box #725F6B

Tints of Salt Box #725F6B

Color information

#725F6B (or 0x725F6B) is unknown color: approx Salt Box. HEX triplet: 72, 5F and 6B. RGB value is (114,95,107). Sum of RGB (Red+Green+Blue) = 114+95+107=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 114 - color contains mainly: red. Hex color #725F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725F6B is #8DA094. Grayscale: #666666. Windows color (decimal): -9281685 or 7036786. OLE color: 7036786.

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

Color convert

RGB11495107-
CMYK00.170.060.55
HSL322.11º9.09%40.98%-
HSV(B)322.11º16.67%44.71%-
XYZ13.6912.8215.66-
YUV102.05130.79136.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 95 (37.5% from 255) = 30.06%
BLUE value IS 107 (42.19% from 255) = 33.86%
R=36.08%
G=30.06%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149510700.170.060.55322.119.0940.98
Hex725F6B011637142929
Octal1621371530216675021151
Binary1110010101111111010110100011101101111010000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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