Shades of Tapestry #B77F87
Tints of Tapestry #B77F87
RGB
CMYK
RGB Variations
Color information
#B77F87 (or 0xB77F87) is known color: Tapestry. HEX triplet: B7, 7F and 87. RGB value is (183,127,135). Sum of RGB (Red+Green+Blue) = 183+127+135=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77F87 is #488078. Grayscale: #909090. Windows color (decimal): -4751481 or 8880055. OLE color: 8880055.
HSL color Cylindrical-coordinate representation of color #B77F87: hue angle of 351.43º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B77F87 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 135 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.28 |
| HSL | 351.43º | 0.28% | 0.61% | - |
| HSV(B) | 351.43º | 0.31% | 0.72% | - |
| XYZ | 31.49 | 27 | 26.47 | - |
| YUV | 144.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 135 | 0 | 0.31 | 0.26 | 0.28 | 351.43 | 0.28 | 0.61 |
| Hex | B7 | 7F | 87 | 0 | 1F | 1A | 1C | 15F | 1C | 3D |
| Octal | 267 | 177 | 207 | 0 | 37 | 32 | 34 | 537 | 34 | 75 |
| Binary | 10110111 | 1111111 | 10000111 | 0 | 11111 | 11010 | 11100 | 101011111 | 11100 | 111101 |
Color Harmonies of #B77F87
Complementary color
Monochromatic Colors of #B77F87
Black with #B77F87
Text Example
Text Example
White with #B77F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F87; }
p { color: rgb(183,127,135); }
H1.HeaderClassName
{
color: #B77F87;
}
.AnyTagClassName
{
color: #B77F87;
}
</style>
background-color css
<style>
a { background-color: #B77F87; }
a { background-color: rgb(183,127,135); }
div.DivClassName
{
background-color: #B77F87;
}
.BgClassName
{
background-color: #B77F87;
}
</style>
border-color css
<style>
span { border-color: #B77F87; }
span { border-color: rgb(183,127,135); }
td.TdClassName
{
border-color: #B77F87;
}
.TagClassName
{
border-color: #B77F87;
}
</style>