Shades of Tapestry #B77E81
Tints of Tapestry #B77E81
RGB
CMYK
RGB Variations
Color information
#B77E81 (or 0xB77E81) is known color: Tapestry. HEX triplet: B7, 7E and 81. RGB value is (183,126,129). Sum of RGB (Red+Green+Blue) = 183+126+129=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 129 (50.78% from 255 or 29.45% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77E81 is #48817E. Grayscale: #8F8F8F. Windows color (decimal): -4751743 or 8486583. OLE color: 8486583.
HSL color Cylindrical-coordinate representation of color #B77E81: hue angle of 356.84º 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 #B77E81 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 129 | - |
| CMYK | 0 | 0.31 | 0.30 | 0.28 |
| HSL | 356.84º | 0.28% | 0.61% | - |
| HSV(B) | 356.84º | 0.31% | 0.72% | - |
| XYZ | 30.95 | 26.57 | 24.27 | - |
| YUV | 143.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 129 | 0 | 0.31 | 0.30 | 0.28 | 356.84 | 0.28 | 0.61 |
| Hex | B7 | 7E | 81 | 0 | 1F | 1E | 1C | 165 | 1C | 3D |
| Octal | 267 | 176 | 201 | 0 | 37 | 36 | 34 | 545 | 34 | 75 |
| Binary | 10110111 | 1111110 | 10000001 | 0 | 11111 | 11110 | 11100 | 101100101 | 11100 | 111101 |
Color Harmonies of #B77E81
Complementary color
Monochromatic Colors of #B77E81
Black with #B77E81
Text Example
Text Example
White with #B77E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E81; }
p { color: rgb(183,126,129); }
H1.HeaderClassName
{
color: #B77E81;
}
.AnyTagClassName
{
color: #B77E81;
}
</style>
background-color css
<style>
a { background-color: #B77E81; }
a { background-color: rgb(183,126,129); }
div.DivClassName
{
background-color: #B77E81;
}
.BgClassName
{
background-color: #B77E81;
}
</style>
border-color css
<style>
span { border-color: #B77E81; }
span { border-color: rgb(183,126,129); }
td.TdClassName
{
border-color: #B77E81;
}
.TagClassName
{
border-color: #B77E81;
}
</style>