#734B69

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

Shades of Salt Box #734B69

Tints of Salt Box #734B69

Color information

#734B69 (or 0x734B69) is unknown color: approx Salt Box. HEX triplet: 73, 4B and 69. RGB value is (115,75,105). Sum of RGB (Red+Green+Blue) = 115+75+105=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 115 - color contains mainly: red. Hex color #734B69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734B69 is #8CB496. Grayscale: #5A5A5A. Windows color (decimal): -9221271 or 6900595. OLE color: 6900595.

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

Color convert

RGB11575105-
CMYK00.350.090.55
HSL315º21.05%37.25%-
HSV(B)315º34.78%45.1%-
XYZ12.149.714.6-
YUV90.38136.25145.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.98%
GREEN value IS 75 (29.69% from 255) = 25.42%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=38.98%
G=25.42%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157510500.350.090.5531521.0537.25
Hex734B6902393713b1525
Octal16311315104311674732545
Binary1110011100101111010010100011100111011110011101110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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