Html Css Color HEX #8D726D Ferra

📋 copy color: '#8D726D'

red 141 ◦ green 114 ◦ blue 109

#8D726D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ferra #8D726D

Tints of Ferra #8D726D

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 value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8D726D (or 0x8D726D) is known color: 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.38º 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

RGB 141 114 109 -
CMYK 0 0.19 0.23 0.45
HSL 9.38º 0.13% 0.49% -
HSV(B) 9.38º 0.23% 0.55% -
XYZ 19.76 18.8 17.06 -
YUV 121.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 141 114 109 0 0.19 0.23 0.45 9.38 0.13 0.49
Hex 8D 72 6D 0 13 17 2D 9 D 31
Octal 215 162 155 0 23 27 55 11 15 61
Binary 10001101 1110010 1101101 0 10011 10111 101101 1001 1101 110001

Color Harmonies of #8D726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D726D

Black with #8D726D

Text Example


Text Example

White with #8D726D

Text Example


Text Example

HTML Codes & Css Web 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>