Shades of Tapestry #B77D83
Tints of Tapestry #B77D83
RGB
CMYK
RGB Variations
Color information
#B77D83 (or 0xB77D83) is known color: Tapestry. HEX triplet: B7, 7D and 83. RGB value is (183,125,131). Sum of RGB (Red+Green+Blue) = 183+125+131=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 131 (51.56% from 255 or 29.84% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77D83 is #48827C. Grayscale: #8F8F8F. Windows color (decimal): -4751997 or 8617399. OLE color: 8617399.
HSL color Cylindrical-coordinate representation of color #B77D83: hue angle of 353.79º 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 #B77D83 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 131 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.28 |
| HSL | 353.79º | 0.29% | 0.6% | - |
| HSV(B) | 353.79º | 0.32% | 0.72% | - |
| XYZ | 30.96 | 26.37 | 24.93 | - |
| YUV | 143.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 131 | 0 | 0.32 | 0.28 | 0.28 | 353.79 | 0.29 | 0.6 |
| Hex | B7 | 7D | 83 | 0 | 20 | 1C | 1C | 162 | 1D | 3C |
| Octal | 267 | 175 | 203 | 0 | 40 | 34 | 34 | 542 | 35 | 74 |
| Binary | 10110111 | 1111101 | 10000011 | 0 | 100000 | 11100 | 11100 | 101100010 | 11101 | 111100 |
Color Harmonies of #B77D83
Complementary color
Monochromatic Colors of #B77D83
Black with #B77D83
Text Example
Text Example
White with #B77D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77D83; }
p { color: rgb(183,125,131); }
H1.HeaderClassName
{
color: #B77D83;
}
.AnyTagClassName
{
color: #B77D83;
}
</style>
background-color css
<style>
a { background-color: #B77D83; }
a { background-color: rgb(183,125,131); }
div.DivClassName
{
background-color: #B77D83;
}
.BgClassName
{
background-color: #B77D83;
}
</style>
border-color css
<style>
span { border-color: #B77D83; }
span { border-color: rgb(183,125,131); }
td.TdClassName
{
border-color: #B77D83;
}
.TagClassName
{
border-color: #B77D83;
}
</style>