Shades of Friar Grey #888374
Tints of Friar Grey #888374
RGB
CMYK
RGB Variations
Color information
#888374 (or 0x888374) is known color: Friar Grey. HEX triplet: 88, 83 and 74. RGB value is (136,131,116). Sum of RGB (Red+Green+Blue) = 136+131+116=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 136 - color contains mainly: red. Hex color #888374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #888374 is #777C8B. Grayscale: #828282. Windows color (decimal): -7830668 or 7635848. OLE color: 7635848.
HSL color Cylindrical-coordinate representation of color #888374: hue angle of 45º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #888374 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 131 | 116 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.47 |
| HSL | 45º | 0.08% | 0.49% | - |
| HSV(B) | 45º | 0.15% | 0.53% | - |
| XYZ | 21.42 | 22.73 | 19.78 | - |
| YUV | 130.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 131 | 116 | 0 | 0.04 | 0.15 | 0.47 | 45 | 0.08 | 0.49 |
| Hex | 88 | 83 | 74 | 0 | 4 | F | 2F | 2D | 8 | 31 |
| Octal | 210 | 203 | 164 | 0 | 4 | 17 | 57 | 55 | 10 | 61 |
| Binary | 10001000 | 10000011 | 1110100 | 0 | 100 | 1111 | 101111 | 101101 | 1000 | 110001 |
Color Harmonies of #888374
Complementary color
Monochromatic Colors of #888374
Black with #888374
Text Example
Text Example
White with #888374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #888374; }
p { color: rgb(136,131,116); }
H1.HeaderClassName
{
color: #888374;
}
.AnyTagClassName
{
color: #888374;
}
</style>
background-color css
<style>
a { background-color: #888374; }
a { background-color: rgb(136,131,116); }
div.DivClassName
{
background-color: #888374;
}
.BgClassName
{
background-color: #888374;
}
</style>
border-color css
<style>
span { border-color: #888374; }
span { border-color: rgb(136,131,116); }
td.TdClassName
{
border-color: #888374;
}
.TagClassName
{
border-color: #888374;
}
</style>