#735E6C

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

Shades of Salt Box #735E6C

Tints of Salt Box #735E6C

Color information

#735E6C (or 0x735E6C) is unknown color: approx Salt Box. HEX triplet: 73, 5E and 6C. RGB value is (115,94,108). Sum of RGB (Red+Green+Blue) = 115+94+108=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 115 - color contains mainly: red. Hex color #735E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E6C is #8CA193. Grayscale: #656565. Windows color (decimal): -9216404 or 7102067. OLE color: 7102067.

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

Color convert

RGB11594108-
CMYK00.180.060.55
HSL320º10.05%40.98%-
HSV(B)320º18.26%45.1%-
XYZ13.7812.7315.92-
YUV101.87131.46137.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.28%
GREEN value IS 94 (37.11% from 255) = 29.65%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=36.28%
G=29.65%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159410800.180.060.5532010.0540.98
Hex735E6C012637140a29
Octal1631361540226675001251
Binary1110011101111011011000100101101101111010000001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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