Html Css Color HEX #705C61 Scorpion

📋 copy color: '#705C61'

red 112 ◦ green 92 ◦ blue 97

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

Shades of Scorpion #705C61

Tints of Scorpion #705C61

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.56%

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

R = 37.21%
G = 30.56%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#705C61 (or 0x705C61) is known color: Scorpion. HEX triplet: 70, 5C and 61. RGB value is (112,92,97). Sum of RGB (Red+Green+Blue) = 112+92+97=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #705C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705C61 is #8FA39E. Grayscale: #626262. Windows color (decimal): -9413535 or 6380656. OLE color: 6380656.

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

Color convert

RGB 112 92 97 -
CMYK 0 0.18 0.13 0.56
HSL 345º 0.1% 0.4% -
HSV(B) 345º 0.18% 0.44% -
XYZ 12.67 11.96 12.95 -
YUV 98.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 112 92 97 0 0.18 0.13 0.56 345 0.1 0.4
Hex 70 5C 61 0 12 D 38 159 A 28
Octal 160 134 141 0 22 15 70 531 12 50
Binary 1110000 1011100 1100001 0 10010 1101 111000 101011001 1010 101000

Color Harmonies of #705C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705C61

Black with #705C61

Text Example


Text Example

White with #705C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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