#8D726D

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

Shades of Ferra #8D726D

Tints of Ferra #8D726D

Color information

#8D726D (or 0x8D726D) is unknown color: approx Ferra. HEX triplet: 8D, 72 and 6D. RGB value is (141,114,109). Sum of RGB (Red+Green+Blue) = 141+114+109=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 141 - color contains mainly: red. Hex color #8D726D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D726D is #728D92. Grayscale: #797979. Windows color (decimal): -7507347 or 7172749. OLE color: 7172749.

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

Color convert

RGB141114109-
CMYK00.190.230.45
HSL9.37º12.8%49.02%-
HSV(B)9.37º22.7%55.29%-
XYZ19.7618.817.06-
YUV121.5120.95141.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.74%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=38.74%
G=31.32%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111410900.190.230.459.3712.849.02
Hex8D726D013172D9d31
Octal2151621550232755111561
Binary10001101111001011011010100111011110110110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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