#70516C

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

Shades of Salt Box #70516C

Tints of Salt Box #70516C

Color information

#70516C (or 0x70516C) is unknown color: approx Salt Box. HEX triplet: 70, 51 and 6C. RGB value is (112,81,108). Sum of RGB (Red+Green+Blue) = 112+81+108=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #70516C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70516C is #8FAE93. Grayscale: #5D5D5D. Windows color (decimal): -9416340 or 7098736. OLE color: 7098736.

HSL color Cylindrical-coordinate representation of color #70516C: hue angle of 307.74º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70516C is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11281108-
CMYK00.280.040.56
HSL307.74º16.06%37.84%-
HSV(B)307.74º27.68%43.92%-
XYZ12.3310.4115.55-
YUV93.35136.27141.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 81 (32.03% from 255) = 26.91%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=37.21%
G=26.91%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128110800.280.040.56307.7416.0637.84
Hex70516C01C4381341026
Octal1601211540344704642046
Binary11100001010001110110001110010011100010011010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70516C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70516C; }

 p { color: rgb(112,81,108); }

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

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

 a { background-color: rgb(112,81,108); }

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

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

 span { border-color: rgb(112,81,108); }

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