Shades of Tapestry #B77C82
Tints of Tapestry #B77C82
RGB
CMYK
RGB Variations
Color information
#B77C82 (or 0xB77C82) is known color: Tapestry. HEX triplet: B7, 7C and 82. RGB value is (183,124,130). Sum of RGB (Red+Green+Blue) = 183+124+130=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77C82 is #48837D. Grayscale: #8E8E8E. Windows color (decimal): -4752254 or 8551607. OLE color: 8551607.
HSL color Cylindrical-coordinate representation of color #B77C82: hue angle of 353.9º 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 #B77C82 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 130 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.28 |
| HSL | 353.9º | 0.29% | 0.6% | - |
| HSV(B) | 353.9º | 0.32% | 0.72% | - |
| XYZ | 30.77 | 26.09 | 24.53 | - |
| YUV | 142.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 130 | 0 | 0.32 | 0.29 | 0.28 | 353.9 | 0.29 | 0.6 |
| Hex | B7 | 7C | 82 | 0 | 20 | 1D | 1C | 162 | 1D | 3C |
| Octal | 267 | 174 | 202 | 0 | 40 | 35 | 34 | 542 | 35 | 74 |
| Binary | 10110111 | 1111100 | 10000010 | 0 | 100000 | 11101 | 11100 | 101100010 | 11101 | 111100 |
Color Harmonies of #B77C82
Complementary color
Monochromatic Colors of #B77C82
Black with #B77C82
Text Example
Text Example
White with #B77C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C82; }
p { color: rgb(183,124,130); }
H1.HeaderClassName
{
color: #B77C82;
}
.AnyTagClassName
{
color: #B77C82;
}
</style>
background-color css
<style>
a { background-color: #B77C82; }
a { background-color: rgb(183,124,130); }
div.DivClassName
{
background-color: #B77C82;
}
.BgClassName
{
background-color: #B77C82;
}
</style>
border-color css
<style>
span { border-color: #B77C82; }
span { border-color: rgb(183,124,130); }
td.TdClassName
{
border-color: #B77C82;
}
.TagClassName
{
border-color: #B77C82;
}
</style>