#705671

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

Shades of Salt Box #705671

Tints of Salt Box #705671

Color information

#705671 (or 0x705671) is unknown color: approx Salt Box. HEX triplet: 70, 56 and 71. RGB value is (112,86,113). Sum of RGB (Red+Green+Blue) = 112+86+113=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 113 - color contains mainly: blue. Hex color #705671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705671 is #8FA98E. Grayscale: #606060. Windows color (decimal): -9415055 or 7427696. OLE color: 7427696.

HSL color Cylindrical-coordinate representation of color #705671: hue angle of 297.78º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #705671 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11286113-
CMYK0.010.2400.56
HSL297.78º13.57%39.02%-
HSV(B)297.78º23.89%44.31%-
XYZ12.9911.2917.12-
YUV96.85137.11138.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 86 (33.98% from 255) = 27.65%
BLUE value IS 113 (44.53% from 255) = 36.33%
R=36.01%
G=27.65%
B=36.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112861130.010.2400.56297.7813.5739.02
Hex70567111803812ae27
Octal1601261611300704521647
Binary11100001010110111000111100001110001001010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705671; }

 p { color: rgb(112,86,113); }

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

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

 a { background-color: rgb(112,86,113); }

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

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

 span { border-color: rgb(112,86,113); }

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