#70526D

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

Shades of Salt Box #70526D

Tints of Salt Box #70526D

Color information

#70526D (or 0x70526D) is unknown color: approx Salt Box. HEX triplet: 70, 52 and 6D. RGB value is (112,82,109). Sum of RGB (Red+Green+Blue) = 112+82+109=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #70526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70526D is #8FAD92. Grayscale: #5D5D5D. Windows color (decimal): -9416083 or 7164528. OLE color: 7164528.

HSL color Cylindrical-coordinate representation of color #70526D: hue angle of 306º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70526D is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11282109-
CMYK00.270.030.56
HSL306º15.46%38.04%-
HSV(B)306º26.79%43.92%-
XYZ12.4610.5815.85-
YUV94.05136.44140.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=36.96%
G=27.06%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128210900.270.030.5630615.4638.04
Hex70526D01B338132f26
Octal1601221550333704621746
Binary111000010100101101101011011111110001001100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70526D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70526D; }

 p { color: rgb(112,82,109); }

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

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

 a { background-color: rgb(112,82,109); }

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

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

 span { border-color: rgb(112,82,109); }

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