#80736F

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

Shades of Ferra #80736F

Tints of Ferra #80736F

Color information

#80736F (or 0x80736F) is unknown color: approx Ferra. HEX triplet: 80, 73 and 6F. RGB value is (128,115,111). Sum of RGB (Red+Green+Blue) = 128+115+111=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 128 - color contains mainly: red. Hex color #80736F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80736F is #7F8C90. Grayscale: #767676. Windows color (decimal): -8359057 or 7304064. OLE color: 7304064.

HSL color Cylindrical-coordinate representation of color #80736F: hue angle of 14.12º 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 #80736F is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB128115111-
CMYK00.100.130.50
HSL14.12º7.11%46.86%-
HSV(B)14.12º13.28%50.2%-
XYZ17.91817.57-
YUV118.43123.81134.83-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.16%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=36.16%
G=32.49%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12811511100.100.130.5014.127.1146.86
Hex80736F0AD32e72f
Octal200163157012156216757
Binary10000000111001111011110101011011100101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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