#796F6E

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

Shades of Ferra #796F6E

Tints of Ferra #796F6E

Color information

#796F6E (or 0x796F6E) is unknown color: approx Ferra. HEX triplet: 79, 6F and 6E. RGB value is (121,111,110). Sum of RGB (Red+Green+Blue) = 121+111+110=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 121 - color contains mainly: red. Hex color #796F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F6E is #869091. Grayscale: #717171. Windows color (decimal): -8818834 or 7237497. OLE color: 7237497.

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

Color convert

RGB121111110-
CMYK00.080.090.53
HSL5.45º4.76%45.29%-
HSV(B)5.45º9.09%47.45%-
XYZ16.3816.5617.08-
YUV113.88125.81133.08-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.38%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=35.38%
G=32.46%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111111000.080.090.535.454.7645.29
Hex796F6E08935552d
Octal17115715601011655555
Binary111100111011111101110010001001110101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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