Shades of Friar Grey #908873
Tints of Friar Grey #908873
RGB
CMYK
RGB Variations
Color information
#908873 (or 0x908873) is known color: Friar Grey. HEX triplet: 90, 88 and 73. RGB value is (144,136,115). Sum of RGB (Red+Green+Blue) = 144+136+115=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 144 - color contains mainly: red. Hex color #908873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908873 is #6F778C. Grayscale: #888888. Windows color (decimal): -7305101 or 7571600. OLE color: 7571600.
HSL color Cylindrical-coordinate representation of color #908873: hue angle of 43.45º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #908873 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 136 | 115 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.44 |
| HSL | 43.45º | 0.12% | 0.51% | - |
| HSV(B) | 43.45º | 0.2% | 0.56% | - |
| XYZ | 23.4 | 24.78 | 19.77 | - |
| YUV | 136 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 115 | 0 | 0.06 | 0.20 | 0.44 | 43.45 | 0.12 | 0.51 |
| Hex | 90 | 88 | 73 | 0 | 6 | 14 | 2C | 2B | C | 33 |
| Octal | 220 | 210 | 163 | 0 | 6 | 24 | 54 | 53 | 14 | 63 |
| Binary | 10010000 | 10001000 | 1110011 | 0 | 110 | 10100 | 101100 | 101011 | 1100 | 110011 |
Color Harmonies of #908873
Complementary color
Monochromatic Colors of #908873
Black with #908873
Text Example
Text Example
White with #908873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908873; }
p { color: rgb(144,136,115); }
H1.HeaderClassName
{
color: #908873;
}
.AnyTagClassName
{
color: #908873;
}
</style>
background-color css
<style>
a { background-color: #908873; }
a { background-color: rgb(144,136,115); }
div.DivClassName
{
background-color: #908873;
}
.BgClassName
{
background-color: #908873;
}
</style>
border-color css
<style>
span { border-color: #908873; }
span { border-color: rgb(144,136,115); }
td.TdClassName
{
border-color: #908873;
}
.TagClassName
{
border-color: #908873;
}
</style>