Html Css Color HEX #706466 Scorpion

📋 copy color: '#706466'

red 112 ◦ green 100 ◦ blue 102

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

Shades of Scorpion #706466

Tints of Scorpion #706466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.85%

 BLUE value IS 102 (40.23% from 255) = 32.48%

R = 35.67%
G = 31.85%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#706466 (or 0x706466) is known color: Scorpion. HEX triplet: 70, 64 and 66. RGB value is (112,100,102). Sum of RGB (Red+Green+Blue) = 112+100+102=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 112 - color contains mainly: red. Hex color #706466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706466 is #8F9B99. Grayscale: #676767. Windows color (decimal): -9411482 or 6710384. OLE color: 6710384.

HSL color Cylindrical-coordinate representation of color #706466: hue angle of 350º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #706466 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 100 102 -
CMYK 0 0.11 0.09 0.56
HSL 350º 0.06% 0.42% -
HSV(B) 350º 0.11% 0.44% -
XYZ 13.64 13.52 14.46 -
YUV 103.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 112 100 102 0 0.11 0.09 0.56 350 0.06 0.42
Hex 70 64 66 0 B 9 38 15E 6 2A
Octal 160 144 146 0 13 11 70 536 6 52
Binary 1110000 1100100 1100110 0 1011 1001 111000 101011110 110 101010

Color Harmonies of #706466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706466

Black with #706466

Text Example


Text Example

White with #706466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706466; }

 p { color: rgb(112,100,102); }

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

background-color css

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

 a { background-color: rgb(112,100,102); }

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

border-color css

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

 span { border-color: rgb(112,100,102); }

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