#70506F

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

Shades of Salt Box #70506F

Tints of Salt Box #70506F

Color information

#70506F (or 0x70506F) is unknown color: approx Salt Box. HEX triplet: 70, 50 and 6F. RGB value is (112,80,111). Sum of RGB (Red+Green+Blue) = 112+80+111=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 112 - color contains mainly: red. Hex color #70506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70506F is #8FAF90. Grayscale: #5D5D5D. Windows color (decimal): -9416593 or 7295088. OLE color: 7295088.

HSL color Cylindrical-coordinate representation of color #70506F: hue angle of 301.88º 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 #70506F is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB11280111-
CMYK00.290.010.56
HSL301.88º16.67%37.65%-
HSV(B)301.88º28.57%43.92%-
XYZ12.4210.3316.38-
YUV93.1138.1141.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 80 (31.64% from 255) = 26.40%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=36.96%
G=26.40%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128011100.290.010.56301.8816.6737.65
Hex70506F01D13812e1126
Octal1601201570351704562146
Binary111000010100001101111011101111100010010111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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