#725E6B

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

Shades of Salt Box #725E6B

Tints of Salt Box #725E6B

Color information

#725E6B (or 0x725E6B) is unknown color: approx Salt Box. HEX triplet: 72, 5E and 6B. RGB value is (114,94,107). Sum of RGB (Red+Green+Blue) = 114+94+107=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 94 (37.11% from 255 or 29.84% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 114 - color contains mainly: red. Hex color #725E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725E6B is #8DA194. Grayscale: #656565. Windows color (decimal): -9281941 or 7036530. OLE color: 7036530.

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

Color convert

RGB11494107-
CMYK00.180.060.55
HSL321º9.62%40.78%-
HSV(B)321º17.54%44.71%-
XYZ13.612.6415.63-
YUV101.46131.13136.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 94 (37.11% from 255) = 29.84%
BLUE value IS 107 (42.19% from 255) = 33.97%
R=36.19%
G=29.84%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149410700.180.060.553219.6240.78
Hex725E6B012637141a29
Octal1621361530226675011251
Binary1110010101111011010110100101101101111010000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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