#735B70

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

Shades of Salt Box #735B70

Tints of Salt Box #735B70

Color information

#735B70 (or 0x735B70) is unknown color: approx Salt Box. HEX triplet: 73, 5B and 70. RGB value is (115,91,112). Sum of RGB (Red+Green+Blue) = 115+91+112=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 115 - color contains mainly: red. Hex color #735B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B70 is #8CA48F. Grayscale: #646464. Windows color (decimal): -9217168 or 7363443. OLE color: 7363443.

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

Color convert

RGB11591112-
CMYK00.210.030.55
HSL307.5º11.65%40.39%-
HSV(B)307.5º20.87%45.1%-
XYZ13.7412.316.98-
YUV100.57134.45138.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.16%
GREEN value IS 91 (35.94% from 255) = 28.62%
BLUE value IS 112 (44.14% from 255) = 35.22%
R=36.16%
G=28.62%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159111200.210.030.55307.511.6540.39
Hex735B70015337134c28
Octal1631331600253674641450
Binary111001110110111110000010101111101111001101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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