Html Css Color HEX #706168 Scorpion

📋 copy color: '#706168'

red 112 ◦ green 97 ◦ blue 104

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

Shades of Scorpion #706168

Tints of Scorpion #706168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.99%

 BLUE value IS 104 (41.02% from 255) = 33.23%

R = 35.78%
G = 30.99%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#706168 (or 0x706168) is known color: Scorpion. HEX triplet: 70, 61 and 68. RGB value is (112,97,104). Sum of RGB (Red+Green+Blue) = 112+97+104=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #706168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706168 is #8F9E97. Grayscale: #666666. Windows color (decimal): -9412248 or 6840688. OLE color: 6840688.

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

Color convert

RGB 112 97 104 -
CMYK 0 0.13 0.07 0.56
HSL 332º 0.07% 0.41% -
HSV(B) 332º 0.13% 0.44% -
XYZ 13.46 12.99 14.9 -
YUV 102.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 112 97 104 0 0.13 0.07 0.56 332 0.07 0.41
Hex 70 61 68 0 D 7 38 14C 7 29
Octal 160 141 150 0 15 7 70 514 7 51
Binary 1110000 1100001 1101000 0 1101 111 111000 101001100 111 101001

Color Harmonies of #706168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706168

Black with #706168

Text Example


Text Example

White with #706168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706168; }

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

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

background-color css

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

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

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

border-color css

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

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

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