Shades of Tapestry #B77E85
Tints of Tapestry #B77E85
RGB
CMYK
RGB Variations
Color information
#B77E85 (or 0xB77E85) is known color: Tapestry. HEX triplet: B7, 7E and 85. RGB value is (183,126,133). Sum of RGB (Red+Green+Blue) = 183+126+133=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77E85 is #48817A. Grayscale: #8F8F8F. Windows color (decimal): -4751739 or 8748727. OLE color: 8748727.
HSL color Cylindrical-coordinate representation of color #B77E85: hue angle of 352.63º 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 #B77E85 is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 133 | - |
| CMYK | 0 | 0.31 | 0.27 | 0.28 |
| HSL | 352.63º | 0.28% | 0.61% | - |
| HSV(B) | 352.63º | 0.31% | 0.72% | - |
| XYZ | 31.22 | 26.68 | 25.69 | - |
| YUV | 143.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 133 | 0 | 0.31 | 0.27 | 0.28 | 352.63 | 0.28 | 0.61 |
| Hex | B7 | 7E | 85 | 0 | 1F | 1B | 1C | 161 | 1C | 3D |
| Octal | 267 | 176 | 205 | 0 | 37 | 33 | 34 | 541 | 34 | 75 |
| Binary | 10110111 | 1111110 | 10000101 | 0 | 11111 | 11011 | 11100 | 101100001 | 11100 | 111101 |
Color Harmonies of #B77E85
Complementary color
Monochromatic Colors of #B77E85
Black with #B77E85
Text Example
Text Example
White with #B77E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E85; }
p { color: rgb(183,126,133); }
H1.HeaderClassName
{
color: #B77E85;
}
.AnyTagClassName
{
color: #B77E85;
}
</style>
background-color css
<style>
a { background-color: #B77E85; }
a { background-color: rgb(183,126,133); }
div.DivClassName
{
background-color: #B77E85;
}
.BgClassName
{
background-color: #B77E85;
}
</style>
border-color css
<style>
span { border-color: #B77E85; }
span { border-color: rgb(183,126,133); }
td.TdClassName
{
border-color: #B77E85;
}
.TagClassName
{
border-color: #B77E85;
}
</style>