#736470

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

Shades of Salt Box #736470

Tints of Salt Box #736470

Color information

#736470 (or 0x736470) is unknown color: approx Salt Box. HEX triplet: 73, 64 and 70. RGB value is (115,100,112). Sum of RGB (Red+Green+Blue) = 115+100+112=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 115 - color contains mainly: red. Hex color #736470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736470 is #8C9B8F. Grayscale: #696969. Windows color (decimal): -9214864 or 7365747. OLE color: 7365747.

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

Color convert

RGB115100112-
CMYK00.130.030.55
HSL312º6.98%42.16%-
HSV(B)312º13.04%45.1%-
XYZ14.5513.9317.25-
YUV105.85131.47134.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.17%
GREEN value IS 100 (39.45% from 255) = 30.58%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=35.17%
G=30.58%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11510011200.130.030.553126.9842.16
Hex7364700D33713872a
Octal163144160015367470752
Binary1110011110010011100000110111110111100111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736470; }

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

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

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

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

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

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

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

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