Shades of Tapestry #B77E80
Tints of Tapestry #B77E80
RGB
CMYK
RGB Variations
Color information
#B77E80 (or 0xB77E80) is known color: Tapestry. HEX triplet: B7, 7E and 80. RGB value is (183,126,128). Sum of RGB (Red+Green+Blue) = 183+126+128=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77E80 is #48817F. Grayscale: #8F8F8F. Windows color (decimal): -4751744 or 8421047. OLE color: 8421047.
HSL color Cylindrical-coordinate representation of color #B77E80: hue angle of 357.89º 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 #B77E80 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 128 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.28 |
| HSL | 357.89º | 0.28% | 0.61% | - |
| HSV(B) | 357.89º | 0.31% | 0.72% | - |
| XYZ | 30.89 | 26.55 | 23.92 | - |
| YUV | 143.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 128 | 0 | 0.31 | 0.30 | 0.28 | 357.89 | 0.28 | 0.61 |
| Hex | B7 | 7E | 80 | 0 | 1F | 1E | 1C | 166 | 1C | 3D |
| Octal | 267 | 176 | 200 | 0 | 37 | 36 | 34 | 546 | 34 | 75 |
| Binary | 10110111 | 1111110 | 10000000 | 0 | 11111 | 11110 | 11100 | 101100110 | 11100 | 111101 |
Color Harmonies of #B77E80
Complementary color
Monochromatic Colors of #B77E80
Black with #B77E80
Text Example
Text Example
White with #B77E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E80; }
p { color: rgb(183,126,128); }
H1.HeaderClassName
{
color: #B77E80;
}
.AnyTagClassName
{
color: #B77E80;
}
</style>
background-color css
<style>
a { background-color: #B77E80; }
a { background-color: rgb(183,126,128); }
div.DivClassName
{
background-color: #B77E80;
}
.BgClassName
{
background-color: #B77E80;
}
</style>
border-color css
<style>
span { border-color: #B77E80; }
span { border-color: rgb(183,126,128); }
td.TdClassName
{
border-color: #B77E80;
}
.TagClassName
{
border-color: #B77E80;
}
</style>