Html Css Color HEX #705960 Scorpion

📋 copy color: '#705960'

red 112 ◦ green 89 ◦ blue 96

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

Shades of Scorpion #705960

Tints of Scorpion #705960

RGB

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

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

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

R = 37.71%
G = 29.97%
B = 32.32%

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

#705960 (or 0x705960) is known color: Scorpion. HEX triplet: 70, 59 and 60. RGB value is (112,89,96). Sum of RGB (Red+Green+Blue) = 112+89+96=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 112 - color contains mainly: red. Hex color #705960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705960 is #8FA69F. Grayscale: #606060. Windows color (decimal): -9414304 or 6314352. OLE color: 6314352.

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

Color convert

RGB 112 89 96 -
CMYK 0 0.21 0.14 0.56
HSL 341.74º 0.11% 0.39% -
HSV(B) 341.74º 0.21% 0.44% -
XYZ 12.37 11.43 12.62 -
YUV 96.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 112 89 96 0 0.21 0.14 0.56 341.74 0.11 0.39
Hex 70 59 60 0 15 E 38 156 B 27
Octal 160 131 140 0 25 16 70 526 13 47
Binary 1110000 1011001 1100000 0 10101 1110 111000 101010110 1011 100111

Color Harmonies of #705960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705960

Black with #705960

Text Example


Text Example

White with #705960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705960; }

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

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

background-color css

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

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

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

border-color css

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

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

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