#705D64

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

Shades of Scorpion #705D64

Tints of Scorpion #705D64

Color information

#705D64 (or 0x705D64) is unknown color: approx Scorpion. HEX triplet: 70, 5D and 64. RGB value is (112,93,100). Sum of RGB (Red+Green+Blue) = 112+93+100=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #705D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705D64 is #8FA29B. Grayscale: #636363. Windows color (decimal): -9413276 or 6577520. OLE color: 6577520.

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

Color convert

RGB11293100-
CMYK00.170.110.56
HSL337.89º9.27%40.2%-
HSV(B)337.89º16.96%43.92%-
XYZ12.912.1913.73-
YUV99.48128.29136.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.72%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=36.72%
G=30.49%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129310000.170.110.56337.899.2740.2
Hex705D64011B38152928
Octal16013514402113705221150
Binary11100001011101110010001000110111110001010100101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,93,100); }

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

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

 a { background-color: rgb(112,93,100); }

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

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

 span { border-color: rgb(112,93,100); }

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