#705C6C

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

Shades of Salt Box #705C6C

Tints of Salt Box #705C6C

Color information

#705C6C (or 0x705C6C) is unknown color: approx Salt Box. HEX triplet: 70, 5C and 6C. RGB value is (112,92,108). Sum of RGB (Red+Green+Blue) = 112+92+108=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #705C6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C6C is #8FA393. Grayscale: #636363. Windows color (decimal): -9413524 or 7101552. OLE color: 7101552.

HSL color Cylindrical-coordinate representation of color #705C6C: hue angle of 312º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #705C6C is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11292108-
CMYK00.180.040.56
HSL312º9.8%40%-
HSV(B)312º17.86%43.92%-
XYZ13.2212.1815.84-
YUV99.8132.63136.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 92 (36.33% from 255) = 29.49%
BLUE value IS 108 (42.58% from 255) = 34.62%
R=35.90%
G=29.49%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129210800.180.040.563129.840
Hex705C6C012438138a28
Octal1601341540224704701250
Binary1110000101110011011000100101001110001001110001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705C6C; }

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

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

<style>
 a { background-color: #705C6C; }

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

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

<style>
 span { border-color: #705C6C; }

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

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