#796066

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

Shades of Scorpion #796066

Tints of Scorpion #796066

Color information

#796066 (or 0x796066) is unknown color: approx Scorpion. HEX triplet: 79, 60 and 66. RGB value is (121,96,102). Sum of RGB (Red+Green+Blue) = 121+96+102=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 121 - color contains mainly: red. Hex color #796066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796066 is #869F99. Grayscale: #686868. Windows color (decimal): -8822682 or 6709369. OLE color: 6709369.

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

Color convert

RGB12196102-
CMYK00.210.160.53
HSL345.6º11.52%42.55%-
HSV(B)345.6º20.66%47.45%-
XYZ14.4713.3914.39-
YUV104.16126.78140.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.93%
GREEN value IS 96 (37.89% from 255) = 30.09%
BLUE value IS 102 (40.23% from 255) = 31.97%
R=37.93%
G=30.09%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219610200.210.160.53345.611.5242.55
Hex796066015103515ac2b
Octal17114014602520655321453
Binary111100111000001100110010101100001101011010110101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796066; }

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

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

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

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

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

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

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

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