#736070

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

Shades of Salt Box #736070

Tints of Salt Box #736070

Color information

#736070 (or 0x736070) is unknown color: approx Salt Box. HEX triplet: 73, 60 and 70. RGB value is (115,96,112). Sum of RGB (Red+Green+Blue) = 115+96+112=323 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.60% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 115 - color contains mainly: red. Hex color #736070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736070 is #8C9F8F. Grayscale: #676767. Windows color (decimal): -9215888 or 7364723. OLE color: 7364723.

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

Color convert

RGB11596112-
CMYK00.170.030.55
HSL309.47º9%41.37%-
HSV(B)309.47º16.52%45.1%-
XYZ14.1813.1817.13-
YUV103.5132.79136.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.60%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=35.60%
G=29.72%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1159611200.170.030.55309.47941.37
Hex736070011337135929
Octal1631401600213674651151
Binary111001111000001110000010001111101111001101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736070; }

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

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

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

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

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

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

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

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