Shades of Friar Grey #8A8472
Tints of Friar Grey #8A8472
RGB
CMYK
RGB Variations
Color information
#8A8472 (or 0x8A8472) is known color: Friar Grey. HEX triplet: 8A, 84 and 72. RGB value is (138,132,114). Sum of RGB (Red+Green+Blue) = 138+132+114=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 132 (51.95% from 255 or 34.38% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8472 is #757B8D. Grayscale: #838383. Windows color (decimal): -7699342 or 7505034. OLE color: 7505034.
HSL color Cylindrical-coordinate representation of color #8A8472: hue angle of 45º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8A8472 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 114 | - |
| CMYK | 0 | 0.04 | 0.17 | 0.46 |
| HSL | 45º | 0.1% | 0.49% | - |
| HSV(B) | 45º | 0.17% | 0.54% | - |
| XYZ | 21.77 | 23.12 | 19.23 | - |
| YUV | 131.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 114 | 0 | 0.04 | 0.17 | 0.46 | 45 | 0.1 | 0.49 |
| Hex | 8A | 84 | 72 | 0 | 4 | 11 | 2E | 2D | A | 31 |
| Octal | 212 | 204 | 162 | 0 | 4 | 21 | 56 | 55 | 12 | 61 |
| Binary | 10001010 | 10000100 | 1110010 | 0 | 100 | 10001 | 101110 | 101101 | 1010 | 110001 |
Color Harmonies of #8A8472
Complementary color
Monochromatic Colors of #8A8472
Black with #8A8472
Text Example
Text Example
White with #8A8472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8472; }
p { color: rgb(138,132,114); }
H1.HeaderClassName
{
color: #8A8472;
}
.AnyTagClassName
{
color: #8A8472;
}
</style>
background-color css
<style>
a { background-color: #8A8472; }
a { background-color: rgb(138,132,114); }
div.DivClassName
{
background-color: #8A8472;
}
.BgClassName
{
background-color: #8A8472;
}
</style>
border-color css
<style>
span { border-color: #8A8472; }
span { border-color: rgb(138,132,114); }
td.TdClassName
{
border-color: #8A8472;
}
.TagClassName
{
border-color: #8A8472;
}
</style>