Shades of Tapestry #B77987
Tints of Tapestry #B77987
RGB
CMYK
RGB Variations
Color information
#B77987 (or 0xB77987) is known color: Tapestry. HEX triplet: B7, 79 and 87. RGB value is (183,121,135). Sum of RGB (Red+Green+Blue) = 183+121+135=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B77987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77987 is #488678. Grayscale: #8D8D8D. Windows color (decimal): -4753017 or 8878519. OLE color: 8878519.
HSL color Cylindrical-coordinate representation of color #B77987: hue angle of 346.45º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B77987 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 135 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.28 |
| HSL | 346.45º | 0.3% | 0.6% | - |
| HSV(B) | 346.45º | 0.34% | 0.72% | - |
| XYZ | 30.74 | 25.49 | 26.22 | - |
| YUV | 141.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 135 | 0 | 0.34 | 0.26 | 0.28 | 346.45 | 0.3 | 0.6 |
| Hex | B7 | 79 | 87 | 0 | 22 | 1A | 1C | 15A | 1E | 3C |
| Octal | 267 | 171 | 207 | 0 | 42 | 32 | 34 | 532 | 36 | 74 |
| Binary | 10110111 | 1111001 | 10000111 | 0 | 100010 | 11010 | 11100 | 101011010 | 11110 | 111100 |
Color Harmonies of #B77987
Complementary color
Monochromatic Colors of #B77987
Black with #B77987
Text Example
Text Example
White with #B77987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77987; }
p { color: rgb(183,121,135); }
H1.HeaderClassName
{
color: #B77987;
}
.AnyTagClassName
{
color: #B77987;
}
</style>
background-color css
<style>
a { background-color: #B77987; }
a { background-color: rgb(183,121,135); }
div.DivClassName
{
background-color: #B77987;
}
.BgClassName
{
background-color: #B77987;
}
</style>
border-color css
<style>
span { border-color: #B77987; }
span { border-color: rgb(183,121,135); }
td.TdClassName
{
border-color: #B77987;
}
.TagClassName
{
border-color: #B77987;
}
</style>