#796469

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

Shades of Scorpion #796469

Tints of Scorpion #796469

Color information

#796469 (or 0x796469) is unknown color: approx Scorpion. HEX triplet: 79, 64 and 69. RGB value is (121,100,105). Sum of RGB (Red+Green+Blue) = 121+100+105=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 121 - color contains mainly: red. Hex color #796469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796469 is #869B96. Grayscale: #6A6A6A. Windows color (decimal): -8821655 or 6907001. OLE color: 6907001.

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

Color convert

RGB121100105-
CMYK00.170.130.53
HSL345.71º9.5%43.33%-
HSV(B)345.71º17.36%47.45%-
XYZ14.9914.215.32-
YUV106.85126.96138.09-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.12%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 105 (41.41% from 255) = 32.21%
R=37.12%
G=30.67%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110010500.170.130.53345.719.543.33
Hex796469011D3515aa2b
Octal17114415102115655321253
Binary11110011100100110100101000111011101011010110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796469; }

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

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

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

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

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

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

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

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