Shades of Tapestry #B77A81
Tints of Tapestry #B77A81
RGB
CMYK
RGB Variations
Color information
#B77A81 (or 0xB77A81) is known color: Tapestry. HEX triplet: B7, 7A and 81. RGB value is (183,122,129). Sum of RGB (Red+Green+Blue) = 183+122+129=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77A81 is #48857E. Grayscale: #8D8D8D. Windows color (decimal): -4752767 or 8485559. OLE color: 8485559.
HSL color Cylindrical-coordinate representation of color #B77A81: hue angle of 353.11º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B77A81 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 129 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.28 |
| HSL | 353.11º | 0.3% | 0.6% | - |
| HSV(B) | 353.11º | 0.33% | 0.72% | - |
| XYZ | 30.45 | 25.57 | 24.1 | - |
| YUV | 141.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 129 | 0 | 0.33 | 0.30 | 0.28 | 353.11 | 0.3 | 0.6 |
| Hex | B7 | 7A | 81 | 0 | 21 | 1E | 1C | 161 | 1E | 3C |
| Octal | 267 | 172 | 201 | 0 | 41 | 36 | 34 | 541 | 36 | 74 |
| Binary | 10110111 | 1111010 | 10000001 | 0 | 100001 | 11110 | 11100 | 101100001 | 11110 | 111100 |
Color Harmonies of #B77A81
Complementary color
Monochromatic Colors of #B77A81
Black with #B77A81
Text Example
Text Example
White with #B77A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77A81; }
p { color: rgb(183,122,129); }
H1.HeaderClassName
{
color: #B77A81;
}
.AnyTagClassName
{
color: #B77A81;
}
</style>
background-color css
<style>
a { background-color: #B77A81; }
a { background-color: rgb(183,122,129); }
div.DivClassName
{
background-color: #B77A81;
}
.BgClassName
{
background-color: #B77A81;
}
</style>
border-color css
<style>
span { border-color: #B77A81; }
span { border-color: rgb(183,122,129); }
td.TdClassName
{
border-color: #B77A81;
}
.TagClassName
{
border-color: #B77A81;
}
</style>