Shades of Tapestry #B77C84
Tints of Tapestry #B77C84
RGB
CMYK
RGB Variations
Color information
#B77C84 (or 0xB77C84) is known color: Tapestry. HEX triplet: B7, 7C and 84. RGB value is (183,124,132). Sum of RGB (Red+Green+Blue) = 183+124+132=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77C84 is #48837B. Grayscale: #8E8E8E. Windows color (decimal): -4752252 or 8682679. OLE color: 8682679.
HSL color Cylindrical-coordinate representation of color #B77C84: hue angle of 351.86º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B77C84 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 132 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.28 |
| HSL | 351.86º | 0.29% | 0.6% | - |
| HSV(B) | 351.86º | 0.32% | 0.72% | - |
| XYZ | 30.9 | 26.15 | 25.25 | - |
| YUV | 142.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 132 | 0 | 0.32 | 0.28 | 0.28 | 351.86 | 0.29 | 0.6 |
| Hex | B7 | 7C | 84 | 0 | 20 | 1C | 1C | 160 | 1D | 3C |
| Octal | 267 | 174 | 204 | 0 | 40 | 34 | 34 | 540 | 35 | 74 |
| Binary | 10110111 | 1111100 | 10000100 | 0 | 100000 | 11100 | 11100 | 101100000 | 11101 | 111100 |
Color Harmonies of #B77C84
Complementary color
Monochromatic Colors of #B77C84
Black with #B77C84
Text Example
Text Example
White with #B77C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C84; }
p { color: rgb(183,124,132); }
H1.HeaderClassName
{
color: #B77C84;
}
.AnyTagClassName
{
color: #B77C84;
}
</style>
background-color css
<style>
a { background-color: #B77C84; }
a { background-color: rgb(183,124,132); }
div.DivClassName
{
background-color: #B77C84;
}
.BgClassName
{
background-color: #B77C84;
}
</style>
border-color css
<style>
span { border-color: #B77C84; }
span { border-color: rgb(183,124,132); }
td.TdClassName
{
border-color: #B77C84;
}
.TagClassName
{
border-color: #B77C84;
}
</style>