Html Css Color HEX #705E64 Scorpion

📋 copy color: '#705E64'

red 112 ◦ green 94 ◦ blue 100

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

Shades of Scorpion #705E64

Tints of Scorpion #705E64

RGB

 RED value IS 112 (44.14% from 255) = 36.6%

 GREEN value IS 94 (37.11% from 255) = 30.72%

 BLUE value IS 100 (39.45% from 255) = 32.68%

R = 36.6%
G = 30.72%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#705E64 (or 0x705E64) is known color: Scorpion. HEX triplet: 70, 5E and 64. RGB value is (112,94,100). Sum of RGB (Red+Green+Blue) = 112+94+100=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 112 - color contains mainly: red. Hex color #705E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705E64 is #8FA19B. Grayscale: #646464. Windows color (decimal): -9413020 or 6577776. OLE color: 6577776.

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

Color convert

RGB 112 94 100 -
CMYK 0 0.16 0.11 0.56
HSL 340º 0.09% 0.4% -
HSV(B) 340º 0.16% 0.44% -
XYZ 12.99 12.37 13.76 -
YUV 100.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 112 94 100 0 0.16 0.11 0.56 340 0.09 0.4
Hex 70 5E 64 0 10 B 38 154 9 28
Octal 160 136 144 0 20 13 70 524 11 50
Binary 1110000 1011110 1100100 0 10000 1011 111000 101010100 1001 101000

Color Harmonies of #705E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705E64

Black with #705E64

Text Example


Text Example

White with #705E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #705E64;
 }
 .AnyTagClassName
 {
   color: #705E64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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