#736170

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

Shades of Salt Box #736170

Tints of Salt Box #736170

Color information

#736170 (or 0x736170) is unknown color: approx Salt Box. HEX triplet: 73, 61 and 70. RGB value is (115,97,112). Sum of RGB (Red+Green+Blue) = 115+97+112=324 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.49% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 115 - color contains mainly: red. Hex color #736170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736170 is #8C9E8F. Grayscale: #686868. Windows color (decimal): -9215632 or 7364979. OLE color: 7364979.

HSL color Cylindrical-coordinate representation of color #736170: hue angle of 310º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #736170 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11597112-
CMYK00.160.030.55
HSL310º8.49%41.57%-
HSV(B)310º15.65%45.1%-
XYZ14.2713.3617.16-
YUV104.09132.46135.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.49%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=35.49%
G=29.94%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159711200.160.030.553108.4941.57
Hex73617001033713682a
Octal1631411600203674661052
Binary111001111000011110000010000111101111001101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736170; }

 p { color: rgb(115,97,112); }

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

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

 a { background-color: rgb(115,97,112); }

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

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

 span { border-color: rgb(115,97,112); }

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