Shades of Tapestry #B77D82
Tints of Tapestry #B77D82
RGB
CMYK
RGB Variations
Color information
#B77D82 (or 0xB77D82) is known color: Tapestry. HEX triplet: B7, 7D and 82. RGB value is (183,125,130). Sum of RGB (Red+Green+Blue) = 183+125+130=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77D82 is #48827D. Grayscale: #8E8E8E. Windows color (decimal): -4751998 or 8551863. OLE color: 8551863.
HSL color Cylindrical-coordinate representation of color #B77D82: hue angle of 354.83º 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 #B77D82 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 130 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.28 |
| HSL | 354.83º | 0.29% | 0.6% | - |
| HSV(B) | 354.83º | 0.32% | 0.72% | - |
| XYZ | 30.89 | 26.35 | 24.58 | - |
| YUV | 142.91 | 120.72 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 130 | 0 | 0.32 | 0.29 | 0.28 | 354.83 | 0.29 | 0.6 |
| Hex | B7 | 7D | 82 | 0 | 20 | 1D | 1C | 163 | 1D | 3C |
| Octal | 267 | 175 | 202 | 0 | 40 | 35 | 34 | 543 | 35 | 74 |
| Binary | 10110111 | 1111101 | 10000010 | 0 | 100000 | 11101 | 11100 | 101100011 | 11101 | 111100 |
Color Harmonies of #B77D82
Complementary color
Monochromatic Colors of #B77D82
Black with #B77D82
Text Example
Text Example
White with #B77D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77D82; }
p { color: rgb(183,125,130); }
H1.HeaderClassName
{
color: #B77D82;
}
.AnyTagClassName
{
color: #B77D82;
}
</style>
background-color css
<style>
a { background-color: #B77D82; }
a { background-color: rgb(183,125,130); }
div.DivClassName
{
background-color: #B77D82;
}
.BgClassName
{
background-color: #B77D82;
}
</style>
border-color css
<style>
span { border-color: #B77D82; }
span { border-color: rgb(183,125,130); }
td.TdClassName
{
border-color: #B77D82;
}
.TagClassName
{
border-color: #B77D82;
}
</style>