#735A71

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

Shades of Salt Box #735A71

Tints of Salt Box #735A71

Color information

#735A71 (or 0x735A71) is unknown color: approx Salt Box. HEX triplet: 73, 5A and 71. RGB value is (115,90,113). Sum of RGB (Red+Green+Blue) = 115+90+113=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 115 - color contains mainly: red. Hex color #735A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A71 is #8CA58E. Grayscale: #646464. Windows color (decimal): -9217423 or 7428723. OLE color: 7428723.

HSL color Cylindrical-coordinate representation of color #735A71: hue angle of 304.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #735A71 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11590113-
CMYK00.220.020.55
HSL304.8º12.2%40.2%-
HSV(B)304.8º21.74%45.1%-
XYZ13.7112.1517.25-
YUV100.1135.28138.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.16%
GREEN value IS 90 (35.55% from 255) = 28.30%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=36.16%
G=28.30%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159011300.220.020.55304.812.240.2
Hex735A71016237131c28
Octal1631321610262674611450
Binary111001110110101110001010110101101111001100011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735A71; }

 p { color: rgb(115,90,113); }

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

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

 a { background-color: rgb(115,90,113); }

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

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

 span { border-color: rgb(115,90,113); }

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