Html Css Color HEX #706366 Scorpion

📋 copy color: '#706366'

red 112 ◦ green 99 ◦ blue 102

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

Shades of Scorpion #706366

Tints of Scorpion #706366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.63%

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

R = 35.78%
G = 31.63%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#706366 (or 0x706366) is known color: Scorpion. HEX triplet: 70, 63 and 66. RGB value is (112,99,102). Sum of RGB (Red+Green+Blue) = 112+99+102=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #706366 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706366 is #8F9C99. Grayscale: #676767. Windows color (decimal): -9411738 or 6710128. OLE color: 6710128.

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

Color convert

RGB 112 99 102 -
CMYK 0 0.12 0.09 0.56
HSL 346.15º 0.06% 0.41% -
HSV(B) 346.15º 0.12% 0.44% -
XYZ 13.54 13.33 14.43 -
YUV 103.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 112 99 102 0 0.12 0.09 0.56 346.15 0.06 0.41
Hex 70 63 66 0 C 9 38 15A 6 29
Octal 160 143 146 0 14 11 70 532 6 51
Binary 1110000 1100011 1100110 0 1100 1001 111000 101011010 110 101001

Color Harmonies of #706366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706366

Black with #706366

Text Example


Text Example

White with #706366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706366; }

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

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

background-color css

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

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

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

border-color css

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

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

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