#734E6D

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

Shades of Salt Box #734E6D

Tints of Salt Box #734E6D

Color information

#734E6D (or 0x734E6D) is unknown color: approx Salt Box. HEX triplet: 73, 4E and 6D. RGB value is (115,78,109). Sum of RGB (Red+Green+Blue) = 115+78+109=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 115 - color contains mainly: red. Hex color #734E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #734E6D is #8CB192. Grayscale: #5C5C5C. Windows color (decimal): -9220499 or 7163507. OLE color: 7163507.

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

Color convert

RGB11578109-
CMYK00.320.050.55
HSL309.73º19.17%37.84%-
HSV(B)309.73º32.17%45.1%-
XYZ12.5510.215.77-
YUV92.6137.26143.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.08%
GREEN value IS 78 (30.86% from 255) = 25.83%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=38.08%
G=25.83%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157810900.320.050.55309.7319.1737.84
Hex734E6D0205371361326
Octal1631161550405674662346
Binary111001110011101101101010000010111011110011011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,78,109); }

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

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

 a { background-color: rgb(115,78,109); }

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

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

 span { border-color: rgb(115,78,109); }

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