#745970

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

Shades of Salt Box #745970

Tints of Salt Box #745970

Color information

#745970 (or 0x745970) is unknown color: approx Salt Box. HEX triplet: 74, 59 and 70. RGB value is (116,89,112). Sum of RGB (Red+Green+Blue) = 116+89+112=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 116 - color contains mainly: red. Hex color #745970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745970 is #8BA68F. Grayscale: #636363. Windows color (decimal): -9152144 or 7362932. OLE color: 7362932.

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

Color convert

RGB11689112-
CMYK00.230.030.55
HSL308.89º13.17%40.2%-
HSV(B)308.89º23.28%45.49%-
XYZ13.712.0316.93-
YUV99.7134.95139.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 89 (35.16% from 255) = 28.08%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=36.59%
G=28.08%
B=35.33%

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
Decimal1168911200.230.030.55308.8913.1740.2
Hex745970017337135d28
Octal1641311600273674651550
Binary111010010110011110000010111111101111001101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745970; }

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

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

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

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

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

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

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

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