Html Css Color HEX #706668 Scorpion

📋 copy color: '#706668'

red 112 ◦ green 102 ◦ blue 104

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

Shades of Scorpion #706668

Tints of Scorpion #706668

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.08%

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

R = 35.22%
G = 32.08%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#706668 (or 0x706668) is known color: Scorpion. HEX triplet: 70, 66 and 68. RGB value is (112,102,104). Sum of RGB (Red+Green+Blue) = 112+102+104=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 112 - color contains mainly: red. Hex color #706668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706668 is #8F9997. Grayscale: #696969. Windows color (decimal): -9410968 or 6841968. OLE color: 6841968.

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

Color convert

RGB 112 102 104 -
CMYK 0 0.09 0.07 0.56
HSL 348º 0.05% 0.42% -
HSV(B) 348º 0.09% 0.44% -
XYZ 13.93 13.95 15.05 -
YUV 105.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 112 102 104 0 0.09 0.07 0.56 348 0.05 0.42
Hex 70 66 68 0 9 7 38 15C 5 2A
Octal 160 146 150 0 11 7 70 534 5 52
Binary 1110000 1100110 1101000 0 1001 111 111000 101011100 101 101010

Color Harmonies of #706668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706668

Black with #706668

Text Example


Text Example

White with #706668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706668; }

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

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

background-color css

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

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

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

border-color css

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

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

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