#716A6C

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

Shades of Scorpion #716A6C

Tints of Scorpion #716A6C

Color information

#716A6C (or 0x716A6C) is unknown color: approx Scorpion. HEX triplet: 71, 6A and 6C. RGB value is (113,106,108). Sum of RGB (Red+Green+Blue) = 113+106+108=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 113 - color contains mainly: red. Hex color #716A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A6C is #8E9593. Grayscale: #6C6C6C. Windows color (decimal): -9344404 or 7105137. OLE color: 7105137.

HSL color Cylindrical-coordinate representation of color #716A6C: hue angle of 342.86º 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 #716A6C is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB113106108-
CMYK00.060.040.56
HSL342.86º3.2%42.94%-
HSV(B)342.86º6.19%44.31%-
XYZ14.6714.916.29-
YUV108.32127.82131.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 106 (41.80% from 255) = 32.42%
BLUE value IS 108 (42.58% from 255) = 33.03%
R=34.56%
G=32.42%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310610800.060.040.56342.863.242.94
Hex716A6C0643815732b
Octal16115215406470527353
Binary111000111010101101100011010011100010101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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