Html Css Color HEX #706E6F Scorpion

📋 copy color: '#706E6F'

red 112 ◦ green 110 ◦ blue 111

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

Shades of Scorpion #706E6F

Tints of Scorpion #706E6F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.03%

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 33.63%
G = 33.03%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#706E6F (or 0x706E6F) is known color: Scorpion. HEX triplet: 70, 6E and 6F. RGB value is (112,110,111). Sum of RGB (Red+Green+Blue) = 112+110+111=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 112 - color contains mainly: red. Hex color #706E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706E6F is #8F9190. Grayscale: #6E6E6E. Windows color (decimal): -9408913 or 7302768. OLE color: 7302768.

HSL color Cylindrical-coordinate representation of color #706E6F: hue angle of 330º degrees, saturation: 0.01, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #706E6F is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 110 111 -
CMYK 0 0.02 0.01 0.56
HSL 330º 0.01% 0.44% -
HSV(B) 330º 0.02% 0.44% -
XYZ 15.13 15.74 17.28 -
YUV 110.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 112 110 111 0 0.02 0.01 0.56 330 0.01 0.44
Hex 70 6E 6F 0 2 1 38 14A 1 2C
Octal 160 156 157 0 2 1 70 512 1 54
Binary 1110000 1101110 1101111 0 10 1 111000 101001010 1 101100

Color Harmonies of #706E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706E6F

Black with #706E6F

Text Example


Text Example

White with #706E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706E6F; }

 p { color: rgb(112,110,111); }

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

background-color css

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

 a { background-color: rgb(112,110,111); }

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

border-color css

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

 span { border-color: rgb(112,110,111); }

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