Shades of Tapestry #B77E82
Tints of Tapestry #B77E82
RGB
CMYK
RGB Variations
Color information
#B77E82 (or 0xB77E82) is known color: Tapestry. HEX triplet: B7, 7E and 82. RGB value is (183,126,130). Sum of RGB (Red+Green+Blue) = 183+126+130=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77E82 is #48817D. Grayscale: #8F8F8F. Windows color (decimal): -4751742 or 8552119. OLE color: 8552119.
HSL color Cylindrical-coordinate representation of color #B77E82: hue angle of 355.79º 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 #B77E82 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 130 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.28 |
| HSL | 355.79º | 0.28% | 0.61% | - |
| HSV(B) | 355.79º | 0.31% | 0.72% | - |
| XYZ | 31.02 | 26.6 | 24.62 | - |
| YUV | 143.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 130 | 0 | 0.31 | 0.29 | 0.28 | 355.79 | 0.28 | 0.61 |
| Hex | B7 | 7E | 82 | 0 | 1F | 1D | 1C | 164 | 1C | 3D |
| Octal | 267 | 176 | 202 | 0 | 37 | 35 | 34 | 544 | 34 | 75 |
| Binary | 10110111 | 1111110 | 10000010 | 0 | 11111 | 11101 | 11100 | 101100100 | 11100 | 111101 |
Color Harmonies of #B77E82
Complementary color
Monochromatic Colors of #B77E82
Black with #B77E82
Text Example
Text Example
White with #B77E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E82; }
p { color: rgb(183,126,130); }
H1.HeaderClassName
{
color: #B77E82;
}
.AnyTagClassName
{
color: #B77E82;
}
</style>
background-color css
<style>
a { background-color: #B77E82; }
a { background-color: rgb(183,126,130); }
div.DivClassName
{
background-color: #B77E82;
}
.BgClassName
{
background-color: #B77E82;
}
</style>
border-color css
<style>
span { border-color: #B77E82; }
span { border-color: rgb(183,126,130); }
td.TdClassName
{
border-color: #B77E82;
}
.TagClassName
{
border-color: #B77E82;
}
</style>