#796E6D

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

Shades of Ferra #796E6D

Tints of Ferra #796E6D

Color information

#796E6D (or 0x796E6D) is unknown color: approx Ferra. HEX triplet: 79, 6E and 6D. RGB value is (121,110,109). Sum of RGB (Red+Green+Blue) = 121+110+109=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 121 - color contains mainly: red. Hex color #796E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796E6D is #869192. Grayscale: #717171. Windows color (decimal): -8819091 or 7171705. OLE color: 7171705.

HSL color Cylindrical-coordinate representation of color #796E6D: hue angle of 5º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #796E6D is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB121110109-
CMYK00.090.100.53
HSL5.22%45.1%-
HSV(B)9.92%47.45%-
XYZ16.2216.3216.76-
YUV113.18125.64133.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 110 (43.36% from 255) = 32.35%
BLUE value IS 109 (42.97% from 255) = 32.06%
R=35.59%
G=32.35%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111010900.090.100.5355.2245.1
Hex796E6D09A35552d
Octal17115615501112655555
Binary111100111011101101101010011010110101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,110,109); }

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

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

 a { background-color: rgb(121,110,109); }

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

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

 span { border-color: rgb(121,110,109); }

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