Html Css Color HEX #70646A Scorpion

📋 copy color: '#70646A'

red 112 ◦ green 100 ◦ blue 106

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

Shades of Scorpion #70646A

Tints of Scorpion #70646A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.33%

R = 35.22%
G = 31.45%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70646A (or 0x70646A) is known color: Scorpion. HEX triplet: 70, 64 and 6A. RGB value is (112,100,106). Sum of RGB (Red+Green+Blue) = 112+100+106=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 112 - color contains mainly: red. Hex color #70646A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70646A is #8F9B95. Grayscale: #686868. Windows color (decimal): -9411478 or 6972528. OLE color: 6972528.

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

Color convert

RGB 112 100 106 -
CMYK 0 0.11 0.05 0.56
HSL 330º 0.06% 0.42% -
HSV(B) 330º 0.11% 0.44% -
XYZ 13.84 13.6 15.53 -
YUV 104.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 112 100 106 0 0.11 0.05 0.56 330 0.06 0.42
Hex 70 64 6A 0 B 5 38 14A 6 2A
Octal 160 144 152 0 13 5 70 512 6 52
Binary 1110000 1100100 1101010 0 1011 101 111000 101001010 110 101010

Color Harmonies of #70646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70646A

Black with #70646A

Text Example


Text Example

White with #70646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70646A; }

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

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

background-color css

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

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

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

border-color css

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

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

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