#735671

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

Shades of Salt Box #735671

Tints of Salt Box #735671

Color information

#735671 (or 0x735671) is unknown color: approx Salt Box. HEX triplet: 73, 56 and 71. RGB value is (115,86,113). Sum of RGB (Red+Green+Blue) = 115+86+113=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 115 - color contains mainly: red. Hex color #735671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735671 is #8CA98E. Grayscale: #616161. Windows color (decimal): -9218447 or 7427699. OLE color: 7427699.

HSL color Cylindrical-coordinate representation of color #735671: hue angle of 304.14º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #735671 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11586113-
CMYK00.250.020.55
HSL304.14º14.43%39.41%-
HSV(B)304.14º25.22%45.1%-
XYZ13.3811.4917.14-
YUV97.75136.61140.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.62%
GREEN value IS 86 (33.98% from 255) = 27.39%
BLUE value IS 113 (44.53% from 255) = 35.99%
R=36.62%
G=27.39%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158611300.250.020.55304.1414.4339.41
Hex735671019237130e27
Octal1631261610312674601647
Binary111001110101101110001011001101101111001100001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #735671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #735671; }

 p { color: rgb(115,86,113); }

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

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

 a { background-color: rgb(115,86,113); }

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

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

 span { border-color: rgb(115,86,113); }

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