#734A6A

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

Shades of Salt Box #734A6A

Tints of Salt Box #734A6A

Color information

#734A6A (or 0x734A6A) is unknown color: approx Salt Box. HEX triplet: 73, 4A and 6A. RGB value is (115,74,106). Sum of RGB (Red+Green+Blue) = 115+74+106=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #734A6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734A6A is #8CB595. Grayscale: #595959. Windows color (decimal): -9221526 or 6965875. OLE color: 6965875.

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

Color convert

RGB11574106-
CMYK00.360.080.55
HSL313.17º21.69%37.06%-
HSV(B)313.17º35.65%45.1%-
XYZ12.129.5814.85-
YUV89.91137.08145.9-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.98%
GREEN value IS 74 (29.30% from 255) = 25.08%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=38.98%
G=25.08%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157410600.360.080.55313.1721.6937.06
Hex734A6A0248371391625
Octal16311215204410674712645
Binary1110011100101011010100100100100011011110011100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,74,106); }

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

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

 a { background-color: rgb(115,74,106); }

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

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

 span { border-color: rgb(115,74,106); }

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