Shades of Tapestry #B77D81
Tints of Tapestry #B77D81
RGB
CMYK
RGB Variations
Color information
#B77D81 (or 0xB77D81) is known color: Tapestry. HEX triplet: B7, 7D and 81. RGB value is (183,125,129). Sum of RGB (Red+Green+Blue) = 183+125+129=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77D81 is #48827E. Grayscale: #8E8E8E. Windows color (decimal): -4751999 or 8486327. OLE color: 8486327.
HSL color Cylindrical-coordinate representation of color #B77D81: hue angle of 355.86º 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 #B77D81 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 129 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.28 |
| HSL | 355.86º | 0.29% | 0.6% | - |
| HSV(B) | 355.86º | 0.32% | 0.72% | - |
| XYZ | 30.82 | 26.32 | 24.22 | - |
| YUV | 142.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 129 | 0 | 0.32 | 0.30 | 0.28 | 355.86 | 0.29 | 0.6 |
| Hex | B7 | 7D | 81 | 0 | 20 | 1E | 1C | 164 | 1D | 3C |
| Octal | 267 | 175 | 201 | 0 | 40 | 36 | 34 | 544 | 35 | 74 |
| Binary | 10110111 | 1111101 | 10000001 | 0 | 100000 | 11110 | 11100 | 101100100 | 11101 | 111100 |
Color Harmonies of #B77D81
Complementary color
Monochromatic Colors of #B77D81
Black with #B77D81
Text Example
Text Example
White with #B77D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77D81; }
p { color: rgb(183,125,129); }
H1.HeaderClassName
{
color: #B77D81;
}
.AnyTagClassName
{
color: #B77D81;
}
</style>
background-color css
<style>
a { background-color: #B77D81; }
a { background-color: rgb(183,125,129); }
div.DivClassName
{
background-color: #B77D81;
}
.BgClassName
{
background-color: #B77D81;
}
</style>
border-color css
<style>
span { border-color: #B77D81; }
span { border-color: rgb(183,125,129); }
td.TdClassName
{
border-color: #B77D81;
}
.TagClassName
{
border-color: #B77D81;
}
</style>