Html Css Color HEX #706A6D Scorpion

📋 copy color: '#706A6D'

red 112 ◦ green 106 ◦ blue 109

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

Shades of Scorpion #706A6D

Tints of Scorpion #706A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.33%

R = 34.25%
G = 32.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#706A6D (or 0x706A6D) is known color: Scorpion. HEX triplet: 70, 6A and 6D. RGB value is (112,106,109). Sum of RGB (Red+Green+Blue) = 112+106+109=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 112 - color contains mainly: red. Hex color #706A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706A6D is #8F9592. Grayscale: #6C6C6C. Windows color (decimal): -9409939 or 7170672. OLE color: 7170672.

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

Color convert

RGB 112 106 109 -
CMYK 0 0.05 0.03 0.56
HSL 330º 0.03% 0.43% -
HSV(B) 330º 0.05% 0.44% -
XYZ 14.6 14.86 16.57 -
YUV 108.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 112 106 109 0 0.05 0.03 0.56 330 0.03 0.43
Hex 70 6A 6D 0 5 3 38 14A 3 2B
Octal 160 152 155 0 5 3 70 512 3 53
Binary 1110000 1101010 1101101 0 101 11 111000 101001010 11 101011

Color Harmonies of #706A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706A6D

Black with #706A6D

Text Example


Text Example

White with #706A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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