Shades of Friar Grey #828077
Tints of Friar Grey #828077
RGB
CMYK
RGB Variations
Color information
#828077 (or 0x828077) is known color: Friar Grey. HEX triplet: 82, 80 and 77. RGB value is (130,128,119). Sum of RGB (Red+Green+Blue) = 130+128+119=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 130 - color contains mainly: red. Hex color #828077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828077 is #7D7F88. Grayscale: #7F7F7F. Windows color (decimal): -8224649 or 7831682. OLE color: 7831682.
HSL color Cylindrical-coordinate representation of color #828077: hue angle of 49.09º 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 #828077 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 119 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.49 |
| HSL | 49.09º | 0.04% | 0.49% | - |
| HSV(B) | 49.09º | 0.08% | 0.51% | - |
| XYZ | 20.25 | 21.52 | 20.54 | - |
| YUV | 127.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 119 | 0 | 0.02 | 0.08 | 0.49 | 49.09 | 0.04 | 0.49 |
| Hex | 82 | 80 | 77 | 0 | 2 | 8 | 31 | 31 | 4 | 31 |
| Octal | 202 | 200 | 167 | 0 | 2 | 10 | 61 | 61 | 4 | 61 |
| Binary | 10000010 | 10000000 | 1110111 | 0 | 10 | 1000 | 110001 | 110001 | 100 | 110001 |
Color Harmonies of #828077
Complementary color
Monochromatic Colors of #828077
Black with #828077
Text Example
Text Example
White with #828077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828077; }
p { color: rgb(130,128,119); }
H1.HeaderClassName
{
color: #828077;
}
.AnyTagClassName
{
color: #828077;
}
</style>
background-color css
<style>
a { background-color: #828077; }
a { background-color: rgb(130,128,119); }
div.DivClassName
{
background-color: #828077;
}
.BgClassName
{
background-color: #828077;
}
</style>
border-color css
<style>
span { border-color: #828077; }
span { border-color: rgb(130,128,119); }
td.TdClassName
{
border-color: #828077;
}
.TagClassName
{
border-color: #828077;
}
</style>