#736370

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

Shades of Salt Box #736370

Tints of Salt Box #736370

Color information

#736370 (or 0x736370) is unknown color: approx Salt Box. HEX triplet: 73, 63 and 70. RGB value is (115,99,112). Sum of RGB (Red+Green+Blue) = 115+99+112=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 112 (44.14% from 255 or 34.36% from 326); Max value from RGB is 115 - color contains mainly: red. Hex color #736370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736370 is #8C9C8F. Grayscale: #696969. Windows color (decimal): -9215120 or 7365491. OLE color: 7365491.

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

Color convert

RGB11599112-
CMYK00.140.030.55
HSL311.25º7.48%41.96%-
HSV(B)311.25º13.91%45.1%-
XYZ14.4613.7417.22-
YUV105.27131.8134.94-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 99 (39.06% from 255) = 30.37%
BLUE value IS 112 (44.14% from 255) = 34.36%
R=35.28%
G=30.37%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159911200.140.030.55311.257.4841.96
Hex7363700E33713772a
Octal163143160016367467752
Binary1110011110001111100000111011110111100110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736370; }

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

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

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

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

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

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

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

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