Shades of Tapestry #B77D80
Tints of Tapestry #B77D80
RGB
CMYK
RGB Variations
Color information
#B77D80 (or 0xB77D80) is known color: Tapestry. HEX triplet: B7, 7D and 80. RGB value is (183,125,128). Sum of RGB (Red+Green+Blue) = 183+125+128=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77D80 is #48827F. Grayscale: #8E8E8E. Windows color (decimal): -4752000 or 8420791. OLE color: 8420791.
HSL color Cylindrical-coordinate representation of color #B77D80: hue angle of 356.9º 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 #B77D80 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 128 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.28 |
| HSL | 356.9º | 0.29% | 0.6% | - |
| HSV(B) | 356.9º | 0.32% | 0.72% | - |
| XYZ | 30.76 | 26.29 | 23.88 | - |
| YUV | 142.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 128 | 0 | 0.32 | 0.30 | 0.28 | 356.9 | 0.29 | 0.6 |
| Hex | B7 | 7D | 80 | 0 | 20 | 1E | 1C | 165 | 1D | 3C |
| Octal | 267 | 175 | 200 | 0 | 40 | 36 | 34 | 545 | 35 | 74 |
| Binary | 10110111 | 1111101 | 10000000 | 0 | 100000 | 11110 | 11100 | 101100101 | 11101 | 111100 |
Color Harmonies of #B77D80
Complementary color
Monochromatic Colors of #B77D80
Black with #B77D80
Text Example
Text Example
White with #B77D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77D80; }
p { color: rgb(183,125,128); }
H1.HeaderClassName
{
color: #B77D80;
}
.AnyTagClassName
{
color: #B77D80;
}
</style>
background-color css
<style>
a { background-color: #B77D80; }
a { background-color: rgb(183,125,128); }
div.DivClassName
{
background-color: #B77D80;
}
.BgClassName
{
background-color: #B77D80;
}
</style>
border-color css
<style>
span { border-color: #B77D80; }
span { border-color: rgb(183,125,128); }
td.TdClassName
{
border-color: #B77D80;
}
.TagClassName
{
border-color: #B77D80;
}
</style>