Shades of Tapestry #B77F85
Tints of Tapestry #B77F85
RGB
CMYK
RGB Variations
Color information
#B77F85 (or 0xB77F85) is known color: Tapestry. HEX triplet: B7, 7F and 85. RGB value is (183,127,133). Sum of RGB (Red+Green+Blue) = 183+127+133=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77F85 is #48807A. Grayscale: #909090. Windows color (decimal): -4751483 or 8748983. OLE color: 8748983.
HSL color Cylindrical-coordinate representation of color #B77F85: hue angle of 353.57º 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 #B77F85 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 133 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.28 |
| HSL | 353.57º | 0.28% | 0.61% | - |
| HSV(B) | 353.57º | 0.31% | 0.72% | - |
| XYZ | 31.35 | 26.94 | 25.74 | - |
| YUV | 144.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 133 | 0 | 0.31 | 0.27 | 0.28 | 353.57 | 0.28 | 0.61 |
| Hex | B7 | 7F | 85 | 0 | 1F | 1B | 1C | 162 | 1C | 3D |
| Octal | 267 | 177 | 205 | 0 | 37 | 33 | 34 | 542 | 34 | 75 |
| Binary | 10110111 | 1111111 | 10000101 | 0 | 11111 | 11011 | 11100 | 101100010 | 11100 | 111101 |
Color Harmonies of #B77F85
Complementary color
Monochromatic Colors of #B77F85
Black with #B77F85
Text Example
Text Example
White with #B77F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F85; }
p { color: rgb(183,127,133); }
H1.HeaderClassName
{
color: #B77F85;
}
.AnyTagClassName
{
color: #B77F85;
}
</style>
background-color css
<style>
a { background-color: #B77F85; }
a { background-color: rgb(183,127,133); }
div.DivClassName
{
background-color: #B77F85;
}
.BgClassName
{
background-color: #B77F85;
}
</style>
border-color css
<style>
span { border-color: #B77F85; }
span { border-color: rgb(183,127,133); }
td.TdClassName
{
border-color: #B77F85;
}
.TagClassName
{
border-color: #B77F85;
}
</style>