#734A69

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

Shades of Salt Box #734A69

Tints of Salt Box #734A69

Color information

#734A69 (or 0x734A69) is unknown color: approx Salt Box. HEX triplet: 73, 4A and 69. RGB value is (115,74,105). Sum of RGB (Red+Green+Blue) = 115+74+105=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 115 - color contains mainly: red. Hex color #734A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734A69 is #8CB596. Grayscale: #595959. Windows color (decimal): -9221527 or 6900339. OLE color: 6900339.

HSL color Cylindrical-coordinate representation of color #734A69: hue angle of 314.63º 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 #734A69 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11574105-
CMYK00.360.090.55
HSL314.63º21.69%37.06%-
HSV(B)314.63º35.65%45.1%-
XYZ12.079.5614.57-
YUV89.79136.58145.98-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.12%
GREEN value IS 74 (29.30% from 255) = 25.17%
BLUE value IS 105 (41.41% from 255) = 35.71%
R=39.12%
G=25.17%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157410500.360.090.55314.6321.6937.06
Hex734A6902493713b1625
Octal16311215104411674732645
Binary1110011100101011010010100100100111011110011101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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