#70506E

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

Shades of Salt Box #70506E

Tints of Salt Box #70506E

Color information

#70506E (or 0x70506E) is unknown color: approx Salt Box. HEX triplet: 70, 50 and 6E. RGB value is (112,80,110). Sum of RGB (Red+Green+Blue) = 112+80+110=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #70506E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70506E is #8FAF91. Grayscale: #5C5C5C. Windows color (decimal): -9416594 or 7229552. OLE color: 7229552.

HSL color Cylindrical-coordinate representation of color #70506E: hue angle of 303.75º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70506E is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11280110-
CMYK00.290.020.56
HSL303.75º16.67%37.65%-
HSV(B)303.75º28.57%43.92%-
XYZ12.3710.3116.09-
YUV92.99137.6141.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.09%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 110 (43.36% from 255) = 36.42%
R=37.09%
G=26.49%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128011000.290.020.56303.7516.6737.65
Hex70506E01D2381301126
Octal1601201560352704602146
Binary1110000101000011011100111011011100010011000010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70506E; }

 p { color: rgb(112,80,110); }

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

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

 a { background-color: rgb(112,80,110); }

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

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

 span { border-color: rgb(112,80,110); }

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