#735B6D

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

Shades of Salt Box #735B6D

Tints of Salt Box #735B6D

Color information

#735B6D (or 0x735B6D) is unknown color: approx Salt Box. HEX triplet: 73, 5B and 6D. RGB value is (115,91,109). Sum of RGB (Red+Green+Blue) = 115+91+109=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #735B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B6D is #8CA492. Grayscale: #646464. Windows color (decimal): -9217171 or 7166835. OLE color: 7166835.

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

Color convert

RGB11591109-
CMYK00.210.050.55
HSL315º11.65%40.39%-
HSV(B)315º20.87%45.1%-
XYZ13.5712.2316.11-
YUV100.23132.95138.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.51%
GREEN value IS 91 (35.94% from 255) = 28.89%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=36.51%
G=28.89%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159110900.210.050.5531511.6540.39
Hex735B6D01553713bc28
Octal1631331550255674731450
Binary1110011101101111011010101011011101111001110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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