Html Css Color HEX #706468 Scorpion

📋 copy color: '#706468'

red 112 ◦ green 100 ◦ blue 104

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

Shades of Scorpion #706468

Tints of Scorpion #706468

RGB

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

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

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

R = 35.44%
G = 31.65%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.56

RGB Variations

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

Color information

#706468 (or 0x706468) is known color: Scorpion. HEX triplet: 70, 64 and 68. RGB value is (112,100,104). Sum of RGB (Red+Green+Blue) = 112+100+104=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 112 - color contains mainly: red. Hex color #706468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706468 is #8F9B97. Grayscale: #686868. Windows color (decimal): -9411480 or 6841456. OLE color: 6841456.

HSL color Cylindrical-coordinate representation of color #706468: hue angle of 340º 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 #706468 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 100 104 -
CMYK 0 0.11 0.07 0.56
HSL 340º 0.06% 0.42% -
HSV(B) 340º 0.11% 0.44% -
XYZ 13.74 13.56 14.99 -
YUV 104.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 112 100 104 0 0.11 0.07 0.56 340 0.06 0.42
Hex 70 64 68 0 B 7 38 154 6 2A
Octal 160 144 150 0 13 7 70 524 6 52
Binary 1110000 1100100 1101000 0 1011 111 111000 101010100 110 101010

Color Harmonies of #706468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706468

Black with #706468

Text Example


Text Example

White with #706468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706468; }

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

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

background-color css

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

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

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

border-color css

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

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

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