Shades of Friar Grey #82817B
Tints of Friar Grey #82817B
RGB
CMYK
RGB Variations
Color information
#82817B (or 0x82817B) is known color: Friar Grey. HEX triplet: 82, 81 and 7B. RGB value is (130,129,123). Sum of RGB (Red+Green+Blue) = 130+129+123=382 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.03% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 130 - color contains mainly: red. Hex color #82817B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82817B is #7D7E84. Grayscale: #808080. Windows color (decimal): -8224389 or 8094082. OLE color: 8094082.
HSL color Cylindrical-coordinate representation of color #82817B: hue angle of 51.43º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #82817B is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 129 | 123 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.49 |
| HSL | 51.43º | 0.03% | 0.5% | - |
| HSV(B) | 51.43º | 0.05% | 0.51% | - |
| XYZ | 20.63 | 21.88 | 21.87 | - |
| YUV | 128.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 123 | 0 | 0.01 | 0.05 | 0.49 | 51.43 | 0.03 | 0.5 |
| Hex | 82 | 81 | 7B | 0 | 1 | 5 | 31 | 33 | 3 | 32 |
| Octal | 202 | 201 | 173 | 0 | 1 | 5 | 61 | 63 | 3 | 62 |
| Binary | 10000010 | 10000001 | 1111011 | 0 | 1 | 101 | 110001 | 110011 | 11 | 110010 |
Color Harmonies of #82817B
Complementary color
Monochromatic Colors of #82817B
Black with #82817B
Text Example
Text Example
White with #82817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82817B; }
p { color: rgb(130,129,123); }
H1.HeaderClassName
{
color: #82817B;
}
.AnyTagClassName
{
color: #82817B;
}
</style>
background-color css
<style>
a { background-color: #82817B; }
a { background-color: rgb(130,129,123); }
div.DivClassName
{
background-color: #82817B;
}
.BgClassName
{
background-color: #82817B;
}
</style>
border-color css
<style>
span { border-color: #82817B; }
span { border-color: rgb(130,129,123); }
td.TdClassName
{
border-color: #82817B;
}
.TagClassName
{
border-color: #82817B;
}
</style>