Shades of Friar Grey #908975
Tints of Friar Grey #908975
RGB
CMYK
RGB Variations
Color information
#908975 (or 0x908975) is known color: Friar Grey. HEX triplet: 90, 89 and 75. RGB value is (144,137,117). Sum of RGB (Red+Green+Blue) = 144+137+117=398 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.18% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 144 - color contains mainly: red. Hex color #908975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908975 is #6F768A. Grayscale: #888888. Windows color (decimal): -7304843 or 7702928. OLE color: 7702928.
HSL color Cylindrical-coordinate representation of color #908975: hue angle of 44.44º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #908975 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 137 | 117 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.44 |
| HSL | 44.44º | 0.11% | 0.51% | - |
| HSV(B) | 44.44º | 0.19% | 0.56% | - |
| XYZ | 23.66 | 25.1 | 20.43 | - |
| YUV | 136.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 137 | 117 | 0 | 0.05 | 0.19 | 0.44 | 44.44 | 0.11 | 0.51 |
| Hex | 90 | 89 | 75 | 0 | 5 | 13 | 2C | 2C | B | 33 |
| Octal | 220 | 211 | 165 | 0 | 5 | 23 | 54 | 54 | 13 | 63 |
| Binary | 10010000 | 10001001 | 1110101 | 0 | 101 | 10011 | 101100 | 101100 | 1011 | 110011 |
Color Harmonies of #908975
Complementary color
Monochromatic Colors of #908975
Black with #908975
Text Example
Text Example
White with #908975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908975; }
p { color: rgb(144,137,117); }
H1.HeaderClassName
{
color: #908975;
}
.AnyTagClassName
{
color: #908975;
}
</style>
background-color css
<style>
a { background-color: #908975; }
a { background-color: rgb(144,137,117); }
div.DivClassName
{
background-color: #908975;
}
.BgClassName
{
background-color: #908975;
}
</style>
border-color css
<style>
span { border-color: #908975; }
span { border-color: rgb(144,137,117); }
td.TdClassName
{
border-color: #908975;
}
.TagClassName
{
border-color: #908975;
}
</style>