#735E6B

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

Shades of Salt Box #735E6B

Tints of Salt Box #735E6B

Color information

#735E6B (or 0x735E6B) is unknown color: approx Salt Box. HEX triplet: 73, 5E and 6B. RGB value is (115,94,107). Sum of RGB (Red+Green+Blue) = 115+94+107=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 115 - color contains mainly: red. Hex color #735E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735E6B is #8CA194. Grayscale: #656565. Windows color (decimal): -9216405 or 7036531. OLE color: 7036531.

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

Color convert

RGB11594107-
CMYK00.180.070.55
HSL322.86º10.05%40.98%-
HSV(B)322.86º18.26%45.1%-
XYZ13.7312.7115.64-
YUV101.76130.96137.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.39%
GREEN value IS 94 (37.11% from 255) = 29.75%
BLUE value IS 107 (42.19% from 255) = 33.86%
R=36.39%
G=29.75%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159410700.180.070.55322.8610.0540.98
Hex735E6B012737143a29
Octal1631361530227675031251
Binary1110011101111011010110100101111101111010000111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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