#735E6F

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

Shades of Salt Box #735E6F

Tints of Salt Box #735E6F

Color information

#735E6F (or 0x735E6F) is unknown color: approx Salt Box. HEX triplet: 73, 5E and 6F. RGB value is (115,94,111). Sum of RGB (Red+Green+Blue) = 115+94+111=320 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.94% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 115 - color contains mainly: red. Hex color #735E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E6F is #8CA190. Grayscale: #666666. Windows color (decimal): -9216401 or 7298675. OLE color: 7298675.

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

Color convert

RGB11594111-
CMYK00.180.030.55
HSL311.43º10.05%40.98%-
HSV(B)311.43º18.26%45.1%-
XYZ13.9412.816.77-
YUV102.22132.96137.12-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.94%
GREEN value IS 94 (37.11% from 255) = 29.38%
BLUE value IS 111 (43.75% from 255) = 34.69%
R=35.94%
G=29.38%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159411100.180.030.55311.4310.0540.98
Hex735E6F012337137a29
Octal1631361570223674671251
Binary111001110111101101111010010111101111001101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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