Shades of Friar Grey #8A8882
Tints of Friar Grey #8A8882
RGB
CMYK
RGB Variations
Color information
#8A8882 (or 0x8A8882) is known color: Friar Grey. HEX triplet: 8A, 88 and 82. RGB value is (138,136,130). Sum of RGB (Red+Green+Blue) = 138+136+130=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8882 is #75777D. Grayscale: #878787. Windows color (decimal): -7698302 or 8554634. OLE color: 8554634.
HSL color Cylindrical-coordinate representation of color #8A8882: hue angle of 45º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8A8882 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 136 | 130 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.46 |
| HSL | 45º | 0.03% | 0.53% | - |
| HSV(B) | 45º | 0.06% | 0.54% | - |
| XYZ | 23.31 | 24.62 | 24.64 | - |
| YUV | 135.91 | 124.66 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 136 | 130 | 0 | 0.01 | 0.06 | 0.46 | 45 | 0.03 | 0.53 |
| Hex | 8A | 88 | 82 | 0 | 1 | 6 | 2E | 2D | 3 | 35 |
| Octal | 212 | 210 | 202 | 0 | 1 | 6 | 56 | 55 | 3 | 65 |
| Binary | 10001010 | 10001000 | 10000010 | 0 | 1 | 110 | 101110 | 101101 | 11 | 110101 |
Color Harmonies of #8A8882
Complementary color
Monochromatic Colors of #8A8882
Black with #8A8882
Text Example
Text Example
White with #8A8882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8882; }
p { color: rgb(138,136,130); }
H1.HeaderClassName
{
color: #8A8882;
}
.AnyTagClassName
{
color: #8A8882;
}
</style>
background-color css
<style>
a { background-color: #8A8882; }
a { background-color: rgb(138,136,130); }
div.DivClassName
{
background-color: #8A8882;
}
.BgClassName
{
background-color: #8A8882;
}
</style>
border-color css
<style>
span { border-color: #8A8882; }
span { border-color: rgb(138,136,130); }
td.TdClassName
{
border-color: #8A8882;
}
.TagClassName
{
border-color: #8A8882;
}
</style>