#735970

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

Shades of Salt Box #735970

Tints of Salt Box #735970

Color information

#735970 (or 0x735970) is unknown color: approx Salt Box. HEX triplet: 73, 59 and 70. RGB value is (115,89,112). Sum of RGB (Red+Green+Blue) = 115+89+112=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 115 - color contains mainly: red. Hex color #735970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735970 is #8CA68F. Grayscale: #636363. Windows color (decimal): -9217680 or 7362931. OLE color: 7362931.

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

Color convert

RGB11589112-
CMYK00.230.030.55
HSL306.92º12.75%40%-
HSV(B)306.92º22.61%45.1%-
XYZ13.5711.9616.92-
YUV99.4135.11139.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.39%
GREEN value IS 89 (35.16% from 255) = 28.16%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=36.39%
G=28.16%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158911200.230.030.55306.9212.7540
Hex735970017337133d28
Octal1631311600273674631550
Binary111001110110011110000010111111101111001100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735970; }

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

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

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

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

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

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

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

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