#796B71

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

Shades of Scorpion #796B71

Tints of Scorpion #796B71

Color information

#796B71 (or 0x796B71) is unknown color: approx Scorpion. HEX triplet: 79, 6B and 71. RGB value is (121,107,113). Sum of RGB (Red+Green+Blue) = 121+107+113=341 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.48% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 121 - color contains mainly: red. Hex color #796B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796B71 is #86948E. Grayscale: #6F6F6F. Windows color (decimal): -8819855 or 7433081. OLE color: 7433081.

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

Color convert

RGB121107113-
CMYK00.120.070.53
HSL334.29º6.14%44.71%-
HSV(B)334.29º11.57%47.45%-
XYZ16.1215.7717.82-
YUV111.87128.64134.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.48%
GREEN value IS 107 (42.19% from 255) = 31.38%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=35.48%
G=31.38%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110711300.120.070.53334.296.1444.71
Hex796B710C73514e62d
Octal171153161014765516655
Binary11110011101011111000101100111110101101001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796B71; }

 p { color: rgb(121,107,113); }

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

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

 a { background-color: rgb(121,107,113); }

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

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

 span { border-color: rgb(121,107,113); }

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