#716A6E

Color #716A6E Scorpion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scorpion #716A6E

Tints of Scorpion #716A6E

Color information

#716A6E (or 0x716A6E) is unknown color: approx Scorpion. HEX triplet: 71, 6A and 6E. RGB value is (113,106,110). Sum of RGB (Red+Green+Blue) = 113+106+110=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 113 - color contains mainly: red. Hex color #716A6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A6E is #8E9591. Grayscale: #6C6C6C. Windows color (decimal): -9344402 or 7236209. OLE color: 7236209.

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

Color convert

RGB113106110-
CMYK00.060.030.56
HSL325.71º3.2%42.94%-
HSV(B)325.71º6.19%44.31%-
XYZ14.7814.9416.86-
YUV108.55128.82131.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=34.35%
G=32.22%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310611000.060.030.56325.713.242.94
Hex716A6E0633814632b
Octal16115215606370506353
Binary11100011101010110111001101111100010100011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716A6E; }

 p { color: rgb(113,106,110); }

 H1.HeaderClassName
 {
   color: #716A6E;
 }
 .AnyTagClassName
 {
   color: #716A6E;
 }
</style>
background-color css

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

 a { background-color: rgb(113,106,110); }

 div.DivClassName
 {
   background-color: #716A6E;
 }
 .BgClassName
 {
   background-color: #716A6E;
 }
</style>
border-color css

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

 span { border-color: rgb(113,106,110); }

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