Html Css Color HEX #706A6C Scorpion

📋 copy color: '#706A6C'

red 112 ◦ green 106 ◦ blue 108

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

Shades of Scorpion #706A6C

Tints of Scorpion #706A6C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.52%

 BLUE value IS 108 (42.58% from 255) = 33.13%

R = 34.36%
G = 32.52%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#706A6C (or 0x706A6C) is known color: Scorpion. HEX triplet: 70, 6A and 6C. RGB value is (112,106,108). Sum of RGB (Red+Green+Blue) = 112+106+108=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 112 - color contains mainly: red. Hex color #706A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A6C is #8F9593. Grayscale: #6C6C6C. Windows color (decimal): -9409940 or 7105136. OLE color: 7105136.

HSL color Cylindrical-coordinate representation of color #706A6C: hue angle of 340º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #706A6C is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 106 108 -
CMYK 0 0.05 0.04 0.56
HSL 340º 0.03% 0.43% -
HSV(B) 340º 0.05% 0.44% -
XYZ 14.54 14.84 16.28 -
YUV 108.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 112 106 108 0 0.05 0.04 0.56 340 0.03 0.43
Hex 70 6A 6C 0 5 4 38 154 3 2B
Octal 160 152 154 0 5 4 70 524 3 53
Binary 1110000 1101010 1101100 0 101 100 111000 101010100 11 101011

Color Harmonies of #706A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A6C

Black with #706A6C

Text Example


Text Example

White with #706A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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