#735C6D

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

Shades of Salt Box #735C6D

Tints of Salt Box #735C6D

Color information

#735C6D (or 0x735C6D) is unknown color: approx Salt Box. HEX triplet: 73, 5C and 6D. RGB value is (115,92,109). Sum of RGB (Red+Green+Blue) = 115+92+109=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 115 - color contains mainly: red. Hex color #735C6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C6D is #8CA392. Grayscale: #646464. Windows color (decimal): -9216915 or 7167091. OLE color: 7167091.

HSL color Cylindrical-coordinate representation of color #735C6D: hue angle of 315.65º 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 #735C6D is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11592109-
CMYK00.200.050.55
HSL315.65º11.11%40.59%-
HSV(B)315.65º20%45.1%-
XYZ13.6612.416.14-
YUV100.82132.62138.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.39%
GREEN value IS 92 (36.33% from 255) = 29.11%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=36.39%
G=29.11%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159210900.200.050.55315.6511.1140.59
Hex735C6D01453713cb29
Octal1631341550245674741351
Binary1110011101110011011010101001011101111001111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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