#70506C

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

Shades of Salt Box #70506C

Tints of Salt Box #70506C

Color information

#70506C (or 0x70506C) is unknown color: approx Salt Box. HEX triplet: 70, 50 and 6C. RGB value is (112,80,108). Sum of RGB (Red+Green+Blue) = 112+80+108=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #70506C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70506C is #8FAF93. Grayscale: #5C5C5C. Windows color (decimal): -9416596 or 7098480. OLE color: 7098480.

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

Color convert

RGB11280108-
CMYK00.290.040.56
HSL307.5º16.67%37.65%-
HSV(B)307.5º28.57%43.92%-
XYZ12.2610.2615.52-
YUV92.76136.6141.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 80 (31.64% from 255) = 26.67%
BLUE value IS 108 (42.58% from 255) = 36%
R=37.33%
G=26.67%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128010800.290.040.56307.516.6737.65
Hex70506C01D4381341126
Octal1601201540354704642146
Binary11100001010000110110001110110011100010011010010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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