#79666C

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

Shades of Scorpion #79666C

Tints of Scorpion #79666C

Color information

#79666C (or 0x79666C) is unknown color: approx Scorpion. HEX triplet: 79, 66 and 6C. RGB value is (121,102,108). Sum of RGB (Red+Green+Blue) = 121+102+108=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 121 - color contains mainly: red. Hex color #79666C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79666C is #869993. Grayscale: #6C6C6C. Windows color (decimal): -8821140 or 7104121. OLE color: 7104121.

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

Color convert

RGB121102108-
CMYK00.160.110.53
HSL341.05º8.52%43.73%-
HSV(B)341.05º15.7%47.45%-
XYZ15.3414.6516.21-
YUV108.36127.79137.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.56%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=36.56%
G=30.82%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110210800.160.110.53341.058.5243.73
Hex79666C010B3515592c
Octal17114615402013655251154
Binary11110011100110110110001000010111101011010101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79666C; }

 p { color: rgb(121,102,108); }

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

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

 a { background-color: rgb(121,102,108); }

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

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

 span { border-color: rgb(121,102,108); }

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