#724D6E

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

Shades of Salt Box #724D6E

Tints of Salt Box #724D6E

Color information

#724D6E (or 0x724D6E) is unknown color: approx Salt Box. HEX triplet: 72, 4D and 6E. RGB value is (114,77,110). Sum of RGB (Red+Green+Blue) = 114+77+110=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 110 (43.36% from 255 or 36.54% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #724D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #724D6E is #8DB291. Grayscale: #5B5B5B. Windows color (decimal): -9286290 or 7228786. OLE color: 7228786.

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

Color convert

RGB11477110-
CMYK00.320.040.55
HSL306.49º19.37%37.45%-
HSV(B)306.49º32.46%44.71%-
XYZ12.4110.0116.03-
YUV91.82138.26143.82-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 77 (30.47% from 255) = 25.58%
BLUE value IS 110 (43.36% from 255) = 36.54%
R=37.87%
G=25.58%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147711000.320.040.55306.4919.3737.45
Hex724D6E0204371321325
Octal1621151560404674622345
Binary111001010011011101110010000010011011110011001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,77,110); }

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

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

 a { background-color: rgb(114,77,110); }

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

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

 span { border-color: rgb(114,77,110); }

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