#796970

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

Shades of Scorpion #796970

Tints of Scorpion #796970

Color information

#796970 (or 0x796970) is unknown color: approx Scorpion. HEX triplet: 79, 69 and 70. RGB value is (121,105,112). Sum of RGB (Red+Green+Blue) = 121+105+112=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 121 - color contains mainly: red. Hex color #796970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796970 is #86968F. Grayscale: #6E6E6E. Windows color (decimal): -8820368 or 7367033. OLE color: 7367033.

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

Color convert

RGB121105112-
CMYK00.130.070.53
HSL333.75º7.08%44.31%-
HSV(B)333.75º13.22%47.45%-
XYZ15.8615.3417.45-
YUV110.58128.8135.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.80%
GREEN value IS 105 (41.41% from 255) = 31.07%
BLUE value IS 112 (44.14% from 255) = 33.14%
R=35.80%
G=31.07%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110511200.130.070.53333.757.0844.31
Hex7969700D73514e72c
Octal171151160015765516754
Binary11110011101001111000001101111110101101001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796970; }

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

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

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

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

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

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

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

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