#735270

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

Shades of Salt Box #735270

Tints of Salt Box #735270

Color information

#735270 (or 0x735270) is unknown color: approx Salt Box. HEX triplet: 73, 52 and 70. RGB value is (115,82,112). Sum of RGB (Red+Green+Blue) = 115+82+112=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #735270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735270 is #8CAD8F. Grayscale: #5F5F5F. Windows color (decimal): -9219472 or 7361139. OLE color: 7361139.

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

Color convert

RGB11582112-
CMYK00.290.030.55
HSL305.45º16.75%38.63%-
HSV(B)305.45º28.7%45.1%-
XYZ13.0110.8516.74-
YUV95.29137.43142.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 82 (32.42% from 255) = 26.54%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=37.22%
G=26.54%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158211200.290.030.55305.4516.7538.63
Hex73527001D3371311127
Octal1631221600353674612147
Binary1110011101001011100000111011111011110011000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735270; }

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

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

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

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

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

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

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

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