Html Css Color HEX #705B61 Scorpion

📋 copy color: '#705B61'

red 112 ◦ green 91 ◦ blue 97

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

Shades of Scorpion #705B61

Tints of Scorpion #705B61

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.33%

 BLUE value IS 97 (38.28% from 255) = 32.33%

R = 37.33%
G = 30.33%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#705B61 (or 0x705B61) is known color: Scorpion. HEX triplet: 70, 5B and 61. RGB value is (112,91,97). Sum of RGB (Red+Green+Blue) = 112+91+97=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #705B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B61 is #8FA49E. Grayscale: #616161. Windows color (decimal): -9413791 or 6380400. OLE color: 6380400.

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

Color convert

RGB 112 91 97 -
CMYK 0 0.19 0.13 0.56
HSL 342.86º 0.1% 0.4% -
HSV(B) 342.86º 0.19% 0.44% -
XYZ 12.58 11.79 12.92 -
YUV 97.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 112 91 97 0 0.19 0.13 0.56 342.86 0.1 0.4
Hex 70 5B 61 0 13 D 38 157 A 28
Octal 160 133 141 0 23 15 70 527 12 50
Binary 1110000 1011011 1100001 0 10011 1101 111000 101010111 1010 101000

Color Harmonies of #705B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B61

Black with #705B61

Text Example


Text Example

White with #705B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,91,97); }

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

background-color css

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

 a { background-color: rgb(112,91,97); }

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

border-color css

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

 span { border-color: rgb(112,91,97); }

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