#796971

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

Shades of Scorpion #796971

Tints of Scorpion #796971

Color information

#796971 (or 0x796971) is unknown color: approx Scorpion. HEX triplet: 79, 69 and 71. RGB value is (121,105,113). Sum of RGB (Red+Green+Blue) = 121+105+113=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 121 - color contains mainly: red. Hex color #796971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796971 is #86968E. Grayscale: #6E6E6E. Windows color (decimal): -8820367 or 7432569. OLE color: 7432569.

HSL color Cylindrical-coordinate representation of color #796971: hue angle of 330º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #796971 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB121105113-
CMYK00.130.070.53
HSL330º7.08%44.31%-
HSV(B)330º13.22%47.45%-
XYZ15.9215.3617.75-
YUV110.7129.3135.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.69%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 113 (44.53% from 255) = 33.33%
R=35.69%
G=30.97%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110511300.130.070.533307.0844.31
Hex7969710D73514a72c
Octal171151161015765512754
Binary11110011101001111000101101111110101101001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796971; }

 p { color: rgb(121,105,113); }

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

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

 a { background-color: rgb(121,105,113); }

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

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

 span { border-color: rgb(121,105,113); }

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