#80726F

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

Shades of Ferra #80726F

Tints of Ferra #80726F

Color information

#80726F (or 0x80726F) is unknown color: approx Ferra. HEX triplet: 80, 72 and 6F. RGB value is (128,114,111). Sum of RGB (Red+Green+Blue) = 128+114+111=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 128 - color contains mainly: red. Hex color #80726F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80726F is #7F8D90. Grayscale: #757575. Windows color (decimal): -8359313 or 7303808. OLE color: 7303808.

HSL color Cylindrical-coordinate representation of color #80726F: hue angle of 10.59º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #80726F is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB128114111-
CMYK00.110.130.50
HSL10.59º7.11%46.86%-
HSV(B)10.59º13.28%50.2%-
XYZ17.7917.7717.53-
YUV117.84124.14135.24-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.26%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 111 (43.75% from 255) = 31.44%
R=36.26%
G=32.29%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811411100.110.130.5010.597.1146.86
Hex80726F0BD32b72f
Octal200162157013156213757
Binary10000000111001011011110101111011100101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80726F; }

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

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

<style>
 a { background-color: #80726F; }

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

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

<style>
 span { border-color: #80726F; }

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

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