Html Css Color HEX #705D64 Scorpion

📋 copy color: '#705D64'

red 112 ◦ green 93 ◦ blue 100

#705D64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scorpion #705D64

Tints of Scorpion #705D64

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 value IS 0

 M value IS 0.17

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#705D64 (or 0x705D64) is known color: 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

RGB 112 93 100 -
CMYK 0 0.17 0.11 0.56
HSL 337.89º 0.09% 0.4% -
HSV(B) 337.89º 0.17% 0.44% -
XYZ 12.9 12.19 13.73 -
YUV 99.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 112 93 100 0 0.17 0.11 0.56 337.89 0.09 0.4
Hex 70 5D 64 0 11 B 38 152 9 28
Octal 160 135 144 0 21 13 70 522 11 50
Binary 1110000 1011101 1100100 0 10001 1011 111000 101010010 1001 101000

Color Harmonies of #705D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705D64

Black with #705D64

Text Example


Text Example

White with #705D64

Text Example


Text Example

HTML Codes & Css Web 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>