Html Css Color HEX #705A61 Scorpion

📋 copy color: '#705A61'

red 112 ◦ green 90 ◦ blue 97

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

Shades of Scorpion #705A61

Tints of Scorpion #705A61

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.1%

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

R = 37.46%
G = 30.1%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#705A61 (or 0x705A61) is known color: Scorpion. HEX triplet: 70, 5A and 61. RGB value is (112,90,97). Sum of RGB (Red+Green+Blue) = 112+90+97=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 112 - color contains mainly: red. Hex color #705A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705A61 is #8FA59E. Grayscale: #616161. Windows color (decimal): -9414047 or 6380144. OLE color: 6380144.

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

Color convert

RGB 112 90 97 -
CMYK 0 0.20 0.13 0.56
HSL 340.91º 0.11% 0.4% -
HSV(B) 340.91º 0.2% 0.44% -
XYZ 12.5 11.62 12.89 -
YUV 97.38 127.79 138.43 -
System Red Green Blue C M Y K H S L
Decimal 112 90 97 0 0.20 0.13 0.56 340.91 0.11 0.4
Hex 70 5A 61 0 14 D 38 155 B 28
Octal 160 132 141 0 24 15 70 525 13 50
Binary 1110000 1011010 1100001 0 10100 1101 111000 101010101 1011 101000

Color Harmonies of #705A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A61

Black with #705A61

Text Example


Text Example

White with #705A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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