Html Css Color HEX #705860 Scorpion

📋 copy color: '#705860'

red 112 ◦ green 88 ◦ blue 96

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

Shades of Scorpion #705860

Tints of Scorpion #705860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 37.84%
G = 29.73%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#705860 (or 0x705860) is known color: Scorpion. HEX triplet: 70, 58 and 60. RGB value is (112,88,96). Sum of RGB (Red+Green+Blue) = 112+88+96=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 112 - color contains mainly: red. Hex color #705860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705860 is #8FA79F. Grayscale: #606060. Windows color (decimal): -9414560 or 6314096. OLE color: 6314096.

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

Color convert

RGB 112 88 96 -
CMYK 0 0.21 0.14 0.56
HSL 340º 0.12% 0.39% -
HSV(B) 340º 0.21% 0.44% -
XYZ 12.28 11.27 12.59 -
YUV 96.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 112 88 96 0 0.21 0.14 0.56 340 0.12 0.39
Hex 70 58 60 0 15 E 38 154 C 27
Octal 160 130 140 0 25 16 70 524 14 47
Binary 1110000 1011000 1100000 0 10101 1110 111000 101010100 1100 100111

Color Harmonies of #705860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705860

Black with #705860

Text Example


Text Example

White with #705860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705860; }

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

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

background-color css

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

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

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

border-color css

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

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

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