#735C6F

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

Shades of Salt Box #735C6F

Tints of Salt Box #735C6F

Color information

#735C6F (or 0x735C6F) is unknown color: approx Salt Box. HEX triplet: 73, 5C and 6F. RGB value is (115,92,111). Sum of RGB (Red+Green+Blue) = 115+92+111=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 115 - color contains mainly: red. Hex color #735C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C6F is #8CA390. Grayscale: #646464. Windows color (decimal): -9216913 or 7298163. OLE color: 7298163.

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

Color convert

RGB11592111-
CMYK00.200.030.55
HSL310.43º11.11%40.59%-
HSV(B)310.43º20%45.1%-
XYZ13.7712.4516.72-
YUV101.04133.62137.96-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.16%
GREEN value IS 92 (36.33% from 255) = 28.93%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=36.16%
G=28.93%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159211100.200.030.55310.4311.1140.59
Hex735C6F014337136b29
Octal1631341570243674661351
Binary111001110111001101111010100111101111001101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,92,111); }

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

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

 a { background-color: rgb(115,92,111); }

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

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

 span { border-color: rgb(115,92,111); }

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