#735469

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

Shades of Salt Box #735469

Tints of Salt Box #735469

Color information

#735469 (or 0x735469) is unknown color: approx Salt Box. HEX triplet: 73, 54 and 69. RGB value is (115,84,105). Sum of RGB (Red+Green+Blue) = 115+84+105=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 84 (33.20% from 255 or 27.63% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 115 - color contains mainly: red. Hex color #735469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735469 is #8CAB96. Grayscale: #5F5F5F. Windows color (decimal): -9218967 or 6902899. OLE color: 6902899.

HSL color Cylindrical-coordinate representation of color #735469: hue angle of 319.35º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #735469 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11584105-
CMYK00.270.090.55
HSL319.35º15.58%39.02%-
HSV(B)319.35º26.96%45.1%-
XYZ12.7911.0114.81-
YUV95.66133.27141.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.83%
GREEN value IS 84 (33.20% from 255) = 27.63%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=37.83%
G=27.63%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158410500.270.090.55319.3515.5839.02
Hex73546901B93713f1027
Octal16312415103311674772047
Binary111001110101001101001011011100111011110011111110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735469; }

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

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

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

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

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

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

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

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