Html Css Color HEX #705861 Scorpion

📋 copy color: '#705861'

red 112 ◦ green 88 ◦ blue 97

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

Shades of Scorpion #705861

Tints of Scorpion #705861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.63%

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

R = 37.71%
G = 29.63%
B = 32.66%

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

#705861 (or 0x705861) is known color: Scorpion. HEX triplet: 70, 58 and 61. RGB value is (112,88,97). Sum of RGB (Red+Green+Blue) = 112+88+97=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #705861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705861 is #8FA79E. Grayscale: #606060. Windows color (decimal): -9414559 or 6379632. OLE color: 6379632.

HSL color Cylindrical-coordinate representation of color #705861: hue angle of 337.5º degrees, saturation: 0.12, 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 #705861 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 88 97 -
CMYK 0 0.21 0.13 0.56
HSL 337.5º 0.12% 0.39% -
HSV(B) 337.5º 0.21% 0.44% -
XYZ 12.33 11.29 12.84 -
YUV 96.2 128.45 139.27 -
System Red Green Blue C M Y K H S L
Decimal 112 88 97 0 0.21 0.13 0.56 337.5 0.12 0.39
Hex 70 58 61 0 15 D 38 152 C 27
Octal 160 130 141 0 25 15 70 522 14 47
Binary 1110000 1011000 1100001 0 10101 1101 111000 101010010 1100 100111

Color Harmonies of #705861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705861

Black with #705861

Text Example


Text Example

White with #705861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705861; }

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

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

background-color css

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

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

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

border-color css

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

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

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