Html Css Color HEX #705961 Scorpion

📋 copy color: '#705961'

red 112 ◦ green 89 ◦ blue 97

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

Shades of Scorpion #705961

Tints of Scorpion #705961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.87%

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

R = 37.58%
G = 29.87%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#705961 (or 0x705961) is known color: Scorpion. HEX triplet: 70, 59 and 61. RGB value is (112,89,97). Sum of RGB (Red+Green+Blue) = 112+89+97=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #705961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705961 is #8FA69E. Grayscale: #606060. Windows color (decimal): -9414303 or 6379888. OLE color: 6379888.

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

Color convert

RGB 112 89 97 -
CMYK 0 0.21 0.13 0.56
HSL 339.13º 0.11% 0.39% -
HSV(B) 339.13º 0.21% 0.44% -
XYZ 12.41 11.45 12.87 -
YUV 96.79 128.12 138.85 -
System Red Green Blue C M Y K H S L
Decimal 112 89 97 0 0.21 0.13 0.56 339.13 0.11 0.39
Hex 70 59 61 0 15 D 38 153 B 27
Octal 160 131 141 0 25 15 70 523 13 47
Binary 1110000 1011001 1100001 0 10101 1101 111000 101010011 1011 100111

Color Harmonies of #705961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705961

Black with #705961

Text Example


Text Example

White with #705961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705961; }

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

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

background-color css

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

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

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

border-color css

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

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

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