#735C6C

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

Shades of Salt Box #735C6C

Tints of Salt Box #735C6C

Color information

#735C6C (or 0x735C6C) is unknown color: approx Salt Box. HEX triplet: 73, 5C and 6C. RGB value is (115,92,108). Sum of RGB (Red+Green+Blue) = 115+92+108=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 115 - color contains mainly: red. Hex color #735C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735C6C is #8CA393. Grayscale: #646464. Windows color (decimal): -9216916 or 7101555. OLE color: 7101555.

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

Color convert

RGB11592108-
CMYK00.200.060.55
HSL318.26º11.11%40.59%-
HSV(B)318.26º20%45.1%-
XYZ13.612.3815.86-
YUV100.7132.12138.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.51%
GREEN value IS 92 (36.33% from 255) = 29.21%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=36.51%
G=29.21%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159210800.200.060.55318.2611.1140.59
Hex735C6C01463713eb29
Octal1631341540246674761351
Binary1110011101110011011000101001101101111001111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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