#79656E

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

Shades of Scorpion #79656E

Tints of Scorpion #79656E

Color information

#79656E (or 0x79656E) is unknown color: approx Scorpion. HEX triplet: 79, 65 and 6E. RGB value is (121,101,110). Sum of RGB (Red+Green+Blue) = 121+101+110=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 121 - color contains mainly: red. Hex color #79656E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79656E is #869A91. Grayscale: #6B6B6B. Windows color (decimal): -8821394 or 7234937. OLE color: 7234937.

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

Color convert

RGB121101110-
CMYK00.170.090.53
HSL333º9.01%43.53%-
HSV(B)333º16.53%47.45%-
XYZ15.3514.516.74-
YUV108.01129.13137.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.45%
GREEN value IS 101 (39.84% from 255) = 30.42%
BLUE value IS 110 (43.36% from 255) = 33.13%
R=36.45%
G=30.42%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110111000.170.090.533339.0143.53
Hex79656E01193514d92c
Octal17114515602111655151154
Binary11110011100101110111001000110011101011010011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79656E; }

 p { color: rgb(121,101,110); }

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

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

 a { background-color: rgb(121,101,110); }

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

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

 span { border-color: rgb(121,101,110); }

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