Shades of Ferra #827272
Tints of Ferra #827272
RGB
CMYK
RGB Variations
Color information
#827272 (or 0x827272) is known color: Ferra. HEX triplet: 82, 72 and 72. RGB value is (130,114,114). Sum of RGB (Red+Green+Blue) = 130+114+114=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 130 - color contains mainly: red. Hex color #827272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827272 is #7D8D8D. Grayscale: #767676. Windows color (decimal): -8228238 or 7500418. OLE color: 7500418.
HSL color Cylindrical-coordinate representation of color #827272: hue angle of 0º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #827272 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 114 | 114 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.49 |
| HSL | 0º | 0.07% | 0.48% | - |
| HSV(B) | 0º | 0.12% | 0.51% | - |
| XYZ | 18.26 | 18 | 18.43 | - |
| YUV | 118.78 | 125.3 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 114 | 0 | 0.12 | 0.12 | 0.49 | 0 | 0.07 | 0.48 |
| Hex | 82 | 72 | 72 | 0 | C | C | 31 | 0 | 7 | 30 |
| Octal | 202 | 162 | 162 | 0 | 14 | 14 | 61 | 0 | 7 | 60 |
| Binary | 10000010 | 1110010 | 1110010 | 0 | 1100 | 1100 | 110001 | 0 | 111 | 110000 |
Color Harmonies of #827272
Complementary color
Monochromatic Colors of #827272
Black with #827272
Text Example
Text Example
White with #827272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827272; }
p { color: rgb(130,114,114); }
H1.HeaderClassName
{
color: #827272;
}
.AnyTagClassName
{
color: #827272;
}
</style>
background-color css
<style>
a { background-color: #827272; }
a { background-color: rgb(130,114,114); }
div.DivClassName
{
background-color: #827272;
}
.BgClassName
{
background-color: #827272;
}
</style>
border-color css
<style>
span { border-color: #827272; }
span { border-color: rgb(130,114,114); }
td.TdClassName
{
border-color: #827272;
}
.TagClassName
{
border-color: #827272;
}
</style>