Shades of Tapestry #B77980
Tints of Tapestry #B77980
RGB
CMYK
RGB Variations
Color information
#B77980 (or 0xB77980) is known color: Tapestry. HEX triplet: B7, 79 and 80. RGB value is (183,121,128). Sum of RGB (Red+Green+Blue) = 183+121+128=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B77980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77980 is #48867F. Grayscale: #8C8C8C. Windows color (decimal): -4753024 or 8419767. OLE color: 8419767.
HSL color Cylindrical-coordinate representation of color #B77980: hue angle of 353.23º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B77980 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 128 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.28 |
| HSL | 353.23º | 0.3% | 0.6% | - |
| HSV(B) | 353.23º | 0.34% | 0.72% | - |
| XYZ | 30.26 | 25.3 | 23.71 | - |
| YUV | 140.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 128 | 0 | 0.34 | 0.30 | 0.28 | 353.23 | 0.3 | 0.6 |
| Hex | B7 | 79 | 80 | 0 | 22 | 1E | 1C | 161 | 1E | 3C |
| Octal | 267 | 171 | 200 | 0 | 42 | 36 | 34 | 541 | 36 | 74 |
| Binary | 10110111 | 1111001 | 10000000 | 0 | 100010 | 11110 | 11100 | 101100001 | 11110 | 111100 |
Color Harmonies of #B77980
Complementary color
Monochromatic Colors of #B77980
Black with #B77980
Text Example
Text Example
White with #B77980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77980; }
p { color: rgb(183,121,128); }
H1.HeaderClassName
{
color: #B77980;
}
.AnyTagClassName
{
color: #B77980;
}
</style>
background-color css
<style>
a { background-color: #B77980; }
a { background-color: rgb(183,121,128); }
div.DivClassName
{
background-color: #B77980;
}
.BgClassName
{
background-color: #B77980;
}
</style>
border-color css
<style>
span { border-color: #B77980; }
span { border-color: rgb(183,121,128); }
td.TdClassName
{
border-color: #B77980;
}
.TagClassName
{
border-color: #B77980;
}
</style>