#796770

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

Shades of Scorpion #796770

Tints of Scorpion #796770

Color information

#796770 (or 0x796770) is unknown color: approx Scorpion. HEX triplet: 79, 67 and 70. RGB value is (121,103,112). Sum of RGB (Red+Green+Blue) = 121+103+112=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 121 - color contains mainly: red. Hex color #796770 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796770 is #86988F. Grayscale: #6D6D6D. Windows color (decimal): -8820880 or 7366521. OLE color: 7366521.

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

Color convert

RGB121103112-
CMYK00.150.070.53
HSL330º8.04%43.92%-
HSV(B)330º14.88%47.45%-
XYZ15.6614.9417.39-
YUV109.41129.46136.27-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.01%
GREEN value IS 103 (40.62% from 255) = 30.65%
BLUE value IS 112 (44.14% from 255) = 33.33%
R=36.01%
G=30.65%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110311200.150.070.533308.0443.92
Hex7967700F73514a82c
Octal1711471600177655121054
Binary111100111001111110000011111111101011010010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796770; }

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

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

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

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

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

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

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

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