#734D6E

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

Shades of Salt Box #734D6E

Tints of Salt Box #734D6E

Color information

#734D6E (or 0x734D6E) is unknown color: approx Salt Box. HEX triplet: 73, 4D and 6E. RGB value is (115,77,110). Sum of RGB (Red+Green+Blue) = 115+77+110=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 115 - color contains mainly: red. Hex color #734D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734D6E is #8CB291. Grayscale: #5C5C5C. Windows color (decimal): -9220754 or 7228787. OLE color: 7228787.

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

Color convert

RGB11577110-
CMYK00.330.040.55
HSL307.89º19.79%37.65%-
HSV(B)307.89º33.04%45.1%-
XYZ12.5410.0816.04-
YUV92.12138.09144.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.08%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 110 (43.36% from 255) = 36.42%
R=38.08%
G=25.50%
B=36.42%

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
Decimal1157711000.330.040.55307.8919.7937.65
Hex734D6E0214371341426
Octal1631151560414674642446
Binary111001110011011101110010000110011011110011010010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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