#724C6D

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

Shades of Salt Box #724C6D

Tints of Salt Box #724C6D

Color information

#724C6D (or 0x724C6D) is unknown color: approx Salt Box. HEX triplet: 72, 4C and 6D. RGB value is (114,76,109). Sum of RGB (Red+Green+Blue) = 114+76+109=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #724C6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724C6D is #8DB392. Grayscale: #5B5B5B. Windows color (decimal): -9286547 or 7162994. OLE color: 7162994.

HSL color Cylindrical-coordinate representation of color #724C6D: hue angle of 307.89º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #724C6D is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11476109-
CMYK00.330.040.55
HSL307.89º20%37.25%-
HSV(B)307.89º33.33%44.71%-
XYZ12.289.8515.72-
YUV91.12138.09144.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 76 (30.08% from 255) = 25.42%
BLUE value IS 109 (42.97% from 255) = 36.45%
R=38.13%
G=25.42%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147610900.330.040.55307.892037.25
Hex724C6D0214371341425
Octal1621141550414674642445
Binary111001010011001101101010000110011011110011010010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724C6D; }

 p { color: rgb(114,76,109); }

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

<style>
 a { background-color: #724C6D; }

 a { background-color: rgb(114,76,109); }

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

<style>
 span { border-color: #724C6D; }

 span { border-color: rgb(114,76,109); }

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