#735E70

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

Shades of Salt Box #735E70

Tints of Salt Box #735E70

Color information

#735E70 (or 0x735E70) is unknown color: approx Salt Box. HEX triplet: 73, 5E and 70. RGB value is (115,94,112). Sum of RGB (Red+Green+Blue) = 115+94+112=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 115 - color contains mainly: red. Hex color #735E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E70 is #8CA18F. Grayscale: #666666. Windows color (decimal): -9216400 or 7364211. OLE color: 7364211.

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

Color convert

RGB11594112-
CMYK00.180.030.55
HSL308.57º10.05%40.98%-
HSV(B)308.57º18.26%45.1%-
XYZ1412.8217.07-
YUV102.33133.46137.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.83%
GREEN value IS 94 (37.11% from 255) = 29.28%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=35.83%
G=29.28%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159411200.180.030.55308.5710.0540.98
Hex735E70012337135a29
Octal1631361600223674651251
Binary111001110111101110000010010111101111001101011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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