#735370

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

Shades of Salt Box #735370

Tints of Salt Box #735370

Color information

#735370 (or 0x735370) is unknown color: approx Salt Box. HEX triplet: 73, 53 and 70. RGB value is (115,83,112). Sum of RGB (Red+Green+Blue) = 115+83+112=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 115 - color contains mainly: red. Hex color #735370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735370 is #8CAC8F. Grayscale: #5F5F5F. Windows color (decimal): -9219216 or 7361395. OLE color: 7361395.

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

Color convert

RGB11583112-
CMYK00.280.030.55
HSL305.62º16.16%38.82%-
HSV(B)305.62º27.83%45.1%-
XYZ13.091116.76-
YUV95.87137.1141.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.10%
GREEN value IS 83 (32.81% from 255) = 26.77%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=37.10%
G=26.77%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158311200.280.030.55305.6216.1638.82
Hex73537001C3371321027
Octal1631231600343674622047
Binary1110011101001111100000111001111011110011001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735370; }

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

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

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

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

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

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

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

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