#735A6C

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

Shades of Salt Box #735A6C

Tints of Salt Box #735A6C

Color information

#735A6C (or 0x735A6C) is unknown color: approx Salt Box. HEX triplet: 73, 5A and 6C. RGB value is (115,90,108). Sum of RGB (Red+Green+Blue) = 115+90+108=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #735A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A6C is #8CA593. Grayscale: #636363. Windows color (decimal): -9217428 or 7101043. OLE color: 7101043.

HSL color Cylindrical-coordinate representation of color #735A6C: hue angle of 316.8º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #735A6C is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11590108-
CMYK00.220.060.55
HSL316.8º12.2%40.2%-
HSV(B)316.8º21.74%45.1%-
XYZ13.4312.0415.8-
YUV99.53132.78139.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.74%
GREEN value IS 90 (35.55% from 255) = 28.75%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=36.74%
G=28.75%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159010800.220.060.55316.812.240.2
Hex735A6C01663713dc28
Octal1631321540266674751450
Binary1110011101101011011000101101101101111001111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,90,108); }

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

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

 a { background-color: rgb(115,90,108); }

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

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

 span { border-color: rgb(115,90,108); }

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