#8D726E

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

Shades of Ferra #8D726E

Tints of Ferra #8D726E

Color information

#8D726E (or 0x8D726E) is unknown color: approx Ferra. HEX triplet: 8D, 72 and 6E. RGB value is (141,114,110). Sum of RGB (Red+Green+Blue) = 141+114+110=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D726E is #728D91. Grayscale: #797979. Windows color (decimal): -7507346 or 7238285. OLE color: 7238285.

HSL color Cylindrical-coordinate representation of color #8D726E: hue angle of 7.74º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D726E is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB141114110-
CMYK00.190.220.45
HSL7.74º12.35%49.22%-
HSV(B)7.74º21.99%55.29%-
XYZ19.8218.8217.34-
YUV121.62121.45141.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.63%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 110 (43.36% from 255) = 30.14%
R=38.63%
G=31.23%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111411000.190.220.457.7412.3549.22
Hex8D726E013162D8c31
Octal2151621560232655101461
Binary10001101111001011011100100111011010110110001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D726E; }

 p { color: rgb(141,114,110); }

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

<style>
 a { background-color: #8D726E; }

 a { background-color: rgb(141,114,110); }

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

<style>
 span { border-color: #8D726E; }

 span { border-color: rgb(141,114,110); }

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