Shades of Friar Grey #8A8478
Tints of Friar Grey #8A8478
RGB
CMYK
RGB Variations
Color information
#8A8478 (or 0x8A8478) is known color: Friar Grey. HEX triplet: 8A, 84 and 78. RGB value is (138,132,120). Sum of RGB (Red+Green+Blue) = 138+132+120=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8478 is #757B87. Grayscale: #848484. Windows color (decimal): -7699336 or 7898250. OLE color: 7898250.
HSL color Cylindrical-coordinate representation of color #8A8478: hue angle of 40º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8A8478 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 132 | 120 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.46 |
| HSL | 40º | 0.07% | 0.51% | - |
| HSV(B) | 40º | 0.13% | 0.54% | - |
| XYZ | 22.12 | 23.26 | 21.09 | - |
| YUV | 132.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 132 | 120 | 0 | 0.04 | 0.13 | 0.46 | 40 | 0.07 | 0.51 |
| Hex | 8A | 84 | 78 | 0 | 4 | D | 2E | 28 | 7 | 33 |
| Octal | 212 | 204 | 170 | 0 | 4 | 15 | 56 | 50 | 7 | 63 |
| Binary | 10001010 | 10000100 | 1111000 | 0 | 100 | 1101 | 101110 | 101000 | 111 | 110011 |
Color Harmonies of #8A8478
Complementary color
Monochromatic Colors of #8A8478
Black with #8A8478
Text Example
Text Example
White with #8A8478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8478; }
p { color: rgb(138,132,120); }
H1.HeaderClassName
{
color: #8A8478;
}
.AnyTagClassName
{
color: #8A8478;
}
</style>
background-color css
<style>
a { background-color: #8A8478; }
a { background-color: rgb(138,132,120); }
div.DivClassName
{
background-color: #8A8478;
}
.BgClassName
{
background-color: #8A8478;
}
</style>
border-color css
<style>
span { border-color: #8A8478; }
span { border-color: rgb(138,132,120); }
td.TdClassName
{
border-color: #8A8478;
}
.TagClassName
{
border-color: #8A8478;
}
</style>