#796D6D

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

Shades of Ferra #796D6D

Tints of Ferra #796D6D

Color information

#796D6D (or 0x796D6D) is unknown color: approx Ferra. HEX triplet: 79, 6D and 6D. RGB value is (121,109,109). Sum of RGB (Red+Green+Blue) = 121+109+109=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 121 - color contains mainly: red. Hex color #796D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796D6D is #869292. Grayscale: #707070. Windows color (decimal): -8819347 or 7171449. OLE color: 7171449.

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

Color convert

RGB121109109-
CMYK00.100.100.53
HSL5.22%45.1%-
HSV(B)9.92%47.45%-
XYZ16.1116.1116.73-
YUV112.59125.98134-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.69%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=35.69%
G=32.15%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12110910900.100.100.5305.2245.1
Hex796D6D0AA35052d
Octal17115515501212650555
Binary1111001110110111011010101010101101010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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