#79626B

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

Shades of Scorpion #79626B

Tints of Scorpion #79626B

Color information

#79626B (or 0x79626B) is unknown color: approx Scorpion. HEX triplet: 79, 62 and 6B. RGB value is (121,98,107). Sum of RGB (Red+Green+Blue) = 121+98+107=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 121 - color contains mainly: red. Hex color #79626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79626B is #869D94. Grayscale: #696969. Windows color (decimal): -8822165 or 7037561. OLE color: 7037561.

HSL color Cylindrical-coordinate representation of color #79626B: hue angle of 336.52º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #79626B is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12198107-
CMYK00.190.120.53
HSL336.52º10.5%42.94%-
HSV(B)336.52º19.01%47.45%-
XYZ14.9113.8615.8-
YUV105.9128.62138.77-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.12%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=37.12%
G=30.06%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219810700.190.120.53336.5210.542.94
Hex79626B013C35151b2b
Octal17114215302314655211353
Binary11110011100010110101101001111001101011010100011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79626B; }

 p { color: rgb(121,98,107); }

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

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

 a { background-color: rgb(121,98,107); }

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

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

 span { border-color: rgb(121,98,107); }

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