#735470

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

Shades of Salt Box #735470

Tints of Salt Box #735470

Color information

#735470 (or 0x735470) is unknown color: approx Salt Box. HEX triplet: 73, 54 and 70. RGB value is (115,84,112). Sum of RGB (Red+Green+Blue) = 115+84+112=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 115 - color contains mainly: red. Hex color #735470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735470 is #8CAB8F. Grayscale: #606060. Windows color (decimal): -9218960 or 7361651. OLE color: 7361651.

HSL color Cylindrical-coordinate representation of color #735470: hue angle of 305.81º 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 #735470 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11584112-
CMYK00.270.030.55
HSL305.81º15.58%39.02%-
HSV(B)305.81º26.96%45.1%-
XYZ13.1711.1616.79-
YUV96.46136.77141.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.98%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=36.98%
G=27.01%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158411200.270.030.55305.8115.5839.02
Hex73547001B3371321027
Octal1631241600333674622047
Binary1110011101010011100000110111111011110011001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735470; }

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

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

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

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

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

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

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

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