Shades of Friar Grey #838179
Tints of Friar Grey #838179
RGB
CMYK
RGB Variations
Color information
#838179 (or 0x838179) is known color: Friar Grey. HEX triplet: 83, 81 and 79. RGB value is (131,129,121). Sum of RGB (Red+Green+Blue) = 131+129+121=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 131 - color contains mainly: red. Hex color #838179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838179 is #7C7E86. Grayscale: #808080. Windows color (decimal): -8158855 or 7963011. OLE color: 7963011.
HSL color Cylindrical-coordinate representation of color #838179: hue angle of 48º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #838179 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 129 | 121 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.49 |
| HSL | 48º | 0.04% | 0.49% | - |
| HSV(B) | 48º | 0.08% | 0.51% | - |
| XYZ | 20.66 | 21.91 | 21.23 | - |
| YUV | 128.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 129 | 121 | 0 | 0.02 | 0.08 | 0.49 | 48 | 0.04 | 0.49 |
| Hex | 83 | 81 | 79 | 0 | 2 | 8 | 31 | 30 | 4 | 31 |
| Octal | 203 | 201 | 171 | 0 | 2 | 10 | 61 | 60 | 4 | 61 |
| Binary | 10000011 | 10000001 | 1111001 | 0 | 10 | 1000 | 110001 | 110000 | 100 | 110001 |
Color Harmonies of #838179
Complementary color
Monochromatic Colors of #838179
Black with #838179
Text Example
Text Example
White with #838179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838179; }
p { color: rgb(131,129,121); }
H1.HeaderClassName
{
color: #838179;
}
.AnyTagClassName
{
color: #838179;
}
</style>
background-color css
<style>
a { background-color: #838179; }
a { background-color: rgb(131,129,121); }
div.DivClassName
{
background-color: #838179;
}
.BgClassName
{
background-color: #838179;
}
</style>
border-color css
<style>
span { border-color: #838179; }
span { border-color: rgb(131,129,121); }
td.TdClassName
{
border-color: #838179;
}
.TagClassName
{
border-color: #838179;
}
</style>