#8C726F

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

Shades of Ferra #8C726F

Tints of Ferra #8C726F

Color information

#8C726F (or 0x8C726F) is unknown color: approx Ferra. HEX triplet: 8C, 72 and 6F. RGB value is (140,114,111). Sum of RGB (Red+Green+Blue) = 140+114+111=365 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.36% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 140 - color contains mainly: red. Hex color #8C726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C726F is #738D90. Grayscale: #797979. Windows color (decimal): -7572881 or 7303820. OLE color: 7303820.

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

Color convert

RGB140114111-
CMYK00.190.210.45
HSL6.21º11.55%49.22%-
HSV(B)6.21º20.71%54.9%-
XYZ19.718.7617.62-
YUV121.43122.11141.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.36%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=38.36%
G=31.23%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011411100.190.210.456.2111.5549.22
Hex8C726F013152D6c31
Octal214162157023255561461
Binary1000110011100101101111010011101011011011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,114,111); }

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

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

 a { background-color: rgb(140,114,111); }

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

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

 span { border-color: rgb(140,114,111); }

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