#734B6D

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

Shades of Salt Box #734B6D

Tints of Salt Box #734B6D

Color information

#734B6D (or 0x734B6D) is unknown color: approx Salt Box. HEX triplet: 73, 4B and 6D. RGB value is (115,75,109). Sum of RGB (Red+Green+Blue) = 115+75+109=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #734B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734B6D is #8CB492. Grayscale: #5A5A5A. Windows color (decimal): -9221267 or 7162739. OLE color: 7162739.

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

Color convert

RGB11575109-
CMYK00.350.050.55
HSL309º21.05%37.25%-
HSV(B)309º34.78%45.1%-
XYZ12.359.7815.71-
YUV90.84138.25145.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.46%
GREEN value IS 75 (29.69% from 255) = 25.08%
BLUE value IS 109 (42.97% from 255) = 36.45%
R=38.46%
G=25.08%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157510900.350.050.5530921.0537.25
Hex734B6D0235371351525
Octal1631131550435674652545
Binary111001110010111101101010001110111011110011010110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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