Shades of Ferra #807272
Tints of Ferra #807272
RGB
CMYK
RGB Variations
Color information
#807272 (or 0x807272) is known color: Ferra. HEX triplet: 80, 72 and 72. RGB value is (128,114,114). Sum of RGB (Red+Green+Blue) = 128+114+114=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 128 - color contains mainly: red. Hex color #807272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807272 is #7F8D8D. Grayscale: #767676. Windows color (decimal): -8359310 or 7500416. OLE color: 7500416.
HSL color Cylindrical-coordinate representation of color #807272: hue angle of 0º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #807272 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 114 | 114 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.50 |
| HSL | 0º | 0.06% | 0.47% | - |
| HSV(B) | 0º | 0.11% | 0.5% | - |
| XYZ | 17.96 | 17.84 | 18.42 | - |
| YUV | 118.19 | 125.64 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 114 | 0 | 0.11 | 0.11 | 0.50 | 0 | 0.06 | 0.47 |
| Hex | 80 | 72 | 72 | 0 | B | B | 32 | 0 | 6 | 2F |
| Octal | 200 | 162 | 162 | 0 | 13 | 13 | 62 | 0 | 6 | 57 |
| Binary | 10000000 | 1110010 | 1110010 | 0 | 1011 | 1011 | 110010 | 0 | 110 | 101111 |
Color Harmonies of #807272
Complementary color
Monochromatic Colors of #807272
Black with #807272
Text Example
Text Example
White with #807272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807272; }
p { color: rgb(128,114,114); }
H1.HeaderClassName
{
color: #807272;
}
.AnyTagClassName
{
color: #807272;
}
</style>
background-color css
<style>
a { background-color: #807272; }
a { background-color: rgb(128,114,114); }
div.DivClassName
{
background-color: #807272;
}
.BgClassName
{
background-color: #807272;
}
</style>
border-color css
<style>
span { border-color: #807272; }
span { border-color: rgb(128,114,114); }
td.TdClassName
{
border-color: #807272;
}
.TagClassName
{
border-color: #807272;
}
</style>