#796B72

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

Shades of Scorpion #796B72

Tints of Scorpion #796B72

Color information

#796B72 (or 0x796B72) is unknown color: approx Scorpion. HEX triplet: 79, 6B and 72. RGB value is (121,107,114). Sum of RGB (Red+Green+Blue) = 121+107+114=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 121 - color contains mainly: red. Hex color #796B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796B72 is #86948D. Grayscale: #6F6F6F. Windows color (decimal): -8819854 or 7498617. OLE color: 7498617.

HSL color Cylindrical-coordinate representation of color #796B72: hue angle of 330º 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 #796B72 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB121107114-
CMYK00.120.060.53
HSL330º6.14%44.71%-
HSV(B)330º11.57%47.45%-
XYZ16.1815.818.12-
YUV111.98129.14134.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.38%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 114 (44.92% from 255) = 33.33%
R=35.38%
G=31.29%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110711400.120.060.533306.1444.71
Hex796B720C63514a62d
Octal171153162014665512655
Binary11110011101011111001001100110110101101001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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