Html Css Color HEX #705B63 Scorpion

📋 copy color: '#705B63'

red 112 ◦ green 91 ◦ blue 99

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

Shades of Scorpion #705B63

Tints of Scorpion #705B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.13%

 BLUE value IS 99 (39.06% from 255) = 32.78%

R = 37.09%
G = 30.13%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#705B63 (or 0x705B63) is known color: Scorpion. HEX triplet: 70, 5B and 63. RGB value is (112,91,99). Sum of RGB (Red+Green+Blue) = 112+91+99=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 112 - color contains mainly: red. Hex color #705B63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B63 is #8FA49C. Grayscale: #626262. Windows color (decimal): -9413789 or 6511472. OLE color: 6511472.

HSL color Cylindrical-coordinate representation of color #705B63: hue angle of 337.14º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #705B63 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 91 99 -
CMYK 0 0.19 0.12 0.56
HSL 337.14º 0.1% 0.4% -
HSV(B) 337.14º 0.19% 0.44% -
XYZ 12.68 11.83 13.42 -
YUV 98.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 112 91 99 0 0.19 0.12 0.56 337.14 0.1 0.4
Hex 70 5B 63 0 13 C 38 151 A 28
Octal 160 133 143 0 23 14 70 521 12 50
Binary 1110000 1011011 1100011 0 10011 1100 111000 101010001 1010 101000

Color Harmonies of #705B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B63

Black with #705B63

Text Example


Text Example

White with #705B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,91,99); }

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

background-color css

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

 a { background-color: rgb(112,91,99); }

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

border-color css

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

 span { border-color: rgb(112,91,99); }

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