#79696F

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

Shades of Scorpion #79696F

Tints of Scorpion #79696F

Color information

#79696F (or 0x79696F) is unknown color: approx Scorpion. HEX triplet: 79, 69 and 6F. RGB value is (121,105,111). Sum of RGB (Red+Green+Blue) = 121+105+111=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 121 - color contains mainly: red. Hex color #79696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79696F is #869690. Grayscale: #6E6E6E. Windows color (decimal): -8820369 or 7301497. OLE color: 7301497.

HSL color Cylindrical-coordinate representation of color #79696F: hue angle of 337.5º 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 #79696F is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB121105111-
CMYK00.130.080.53
HSL337.5º7.08%44.31%-
HSV(B)337.5º13.22%47.45%-
XYZ15.8115.3217.16-
YUV110.47128.3135.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.91%
GREEN value IS 105 (41.41% from 255) = 31.16%
BLUE value IS 111 (43.75% from 255) = 32.94%
R=35.91%
G=31.16%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110511100.130.080.53337.57.0844.31
Hex79696F0D83515272c
Octal1711511570151065522754
Binary111100111010011101111011011000110101101010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79696F; }

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

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

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

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

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

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

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

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