Shades of Tapestry #B77C8D
Tints of Tapestry #B77C8D
RGB
CMYK
RGB Variations
Color information
#B77C8D (or 0xB77C8D) is known color: Tapestry. HEX triplet: B7, 7C and 8D. RGB value is (183,124,141). Sum of RGB (Red+Green+Blue) = 183+124+141=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77C8D is #488372. Grayscale: #8F8F8F. Windows color (decimal): -4752243 or 9272503. OLE color: 9272503.
HSL color Cylindrical-coordinate representation of color #B77C8D: hue angle of 342.71º 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 #B77C8D is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 141 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.28 |
| HSL | 342.71º | 0.29% | 0.6% | - |
| HSV(B) | 342.71º | 0.32% | 0.72% | - |
| XYZ | 31.54 | 26.41 | 28.63 | - |
| YUV | 143.58 | 126.55 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 141 | 0 | 0.32 | 0.23 | 0.28 | 342.71 | 0.29 | 0.6 |
| Hex | B7 | 7C | 8D | 0 | 20 | 17 | 1C | 157 | 1D | 3C |
| Octal | 267 | 174 | 215 | 0 | 40 | 27 | 34 | 527 | 35 | 74 |
| Binary | 10110111 | 1111100 | 10001101 | 0 | 100000 | 10111 | 11100 | 101010111 | 11101 | 111100 |
Color Harmonies of #B77C8D
Complementary color
Monochromatic Colors of #B77C8D
Black with #B77C8D
Text Example
Text Example
White with #B77C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C8D; }
p { color: rgb(183,124,141); }
H1.HeaderClassName
{
color: #B77C8D;
}
.AnyTagClassName
{
color: #B77C8D;
}
</style>
background-color css
<style>
a { background-color: #B77C8D; }
a { background-color: rgb(183,124,141); }
div.DivClassName
{
background-color: #B77C8D;
}
.BgClassName
{
background-color: #B77C8D;
}
</style>
border-color css
<style>
span { border-color: #B77C8D; }
span { border-color: rgb(183,124,141); }
td.TdClassName
{
border-color: #B77C8D;
}
.TagClassName
{
border-color: #B77C8D;
}
</style>