#735C6B

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

Shades of Salt Box #735C6B

Tints of Salt Box #735C6B

Color information

#735C6B (or 0x735C6B) is unknown color: approx Salt Box. HEX triplet: 73, 5C and 6B. RGB value is (115,92,107). Sum of RGB (Red+Green+Blue) = 115+92+107=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 115 - color contains mainly: red. Hex color #735C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C6B is #8CA394. Grayscale: #646464. Windows color (decimal): -9216917 or 7036019. OLE color: 7036019.

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

Color convert

RGB11592107-
CMYK00.200.070.55
HSL320.87º11.11%40.59%-
HSV(B)320.87º20%45.1%-
XYZ13.5512.3615.58-
YUV100.59131.62138.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.62%
GREEN value IS 92 (36.33% from 255) = 29.30%
BLUE value IS 107 (42.19% from 255) = 34.08%
R=36.62%
G=29.30%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159210700.200.070.55320.8711.1140.59
Hex735C6B014737141b29
Octal1631341530247675011351
Binary1110011101110011010110101001111101111010000011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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