#735A6A

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

Shades of Salt Box #735A6A

Tints of Salt Box #735A6A

Color information

#735A6A (or 0x735A6A) is unknown color: approx Salt Box. HEX triplet: 73, 5A and 6A. RGB value is (115,90,106). Sum of RGB (Red+Green+Blue) = 115+90+106=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 115 - color contains mainly: red. Hex color #735A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735A6A is #8CA595. Grayscale: #636363. Windows color (decimal): -9217430 or 6969971. OLE color: 6969971.

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

Color convert

RGB11590106-
CMYK00.220.080.55
HSL321.6º12.2%40.2%-
HSV(B)321.6º21.74%45.1%-
XYZ13.331215.25-
YUV99.3131.78139.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.98%
GREEN value IS 90 (35.55% from 255) = 28.94%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=36.98%
G=28.94%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159010600.220.080.55321.612.240.2
Hex735A6A016837142c28
Octal16313215202610675021450
Binary11100111011010110101001011010001101111010000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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