#725C6C

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

Shades of Salt Box #725C6C

Tints of Salt Box #725C6C

Color information

#725C6C (or 0x725C6C) is unknown color: approx Salt Box. HEX triplet: 72, 5C and 6C. RGB value is (114,92,108). Sum of RGB (Red+Green+Blue) = 114+92+108=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 114 - color contains mainly: red. Hex color #725C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C6C is #8DA393. Grayscale: #646464. Windows color (decimal): -9282452 or 7101554. OLE color: 7101554.

HSL color Cylindrical-coordinate representation of color #725C6C: hue angle of 316.36º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #725C6C is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11492108-
CMYK00.190.050.55
HSL316.36º10.68%40.39%-
HSV(B)316.36º19.3%44.71%-
XYZ13.4712.3115.85-
YUV100.4132.29137.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.31%
GREEN value IS 92 (36.33% from 255) = 29.30%
BLUE value IS 108 (42.58% from 255) = 34.39%
R=36.31%
G=29.30%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149210800.190.050.55316.3610.6840.39
Hex725C6C01353713cb28
Octal1621341540235674741350
Binary1110010101110011011000100111011101111001111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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