Html Css Color HEX #705B62 Scorpion

📋 copy color: '#705B62'

red 112 ◦ green 91 ◦ blue 98

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

Shades of Scorpion #705B62

Tints of Scorpion #705B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.56%

R = 37.21%
G = 30.23%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#705B62 (or 0x705B62) is known color: Scorpion. HEX triplet: 70, 5B and 62. RGB value is (112,91,98). Sum of RGB (Red+Green+Blue) = 112+91+98=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #705B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705B62 is #8FA49D. Grayscale: #626262. Windows color (decimal): -9413790 or 6445936. OLE color: 6445936.

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

Color convert

RGB 112 91 98 -
CMYK 0 0.19 0.13 0.56
HSL 340º 0.1% 0.4% -
HSV(B) 340º 0.19% 0.44% -
XYZ 12.63 11.81 13.17 -
YUV 98.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 112 91 98 0 0.19 0.13 0.56 340 0.1 0.4
Hex 70 5B 62 0 13 D 38 154 A 28
Octal 160 133 142 0 23 15 70 524 12 50
Binary 1110000 1011011 1100010 0 10011 1101 111000 101010100 1010 101000

Color Harmonies of #705B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B62

Black with #705B62

Text Example


Text Example

White with #705B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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