Shades of Tapestry #B77D84
Tints of Tapestry #B77D84
RGB
CMYK
RGB Variations
Color information
#B77D84 (or 0xB77D84) is known color: Tapestry. HEX triplet: B7, 7D and 84. RGB value is (183,125,132). Sum of RGB (Red+Green+Blue) = 183+125+132=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77D84 is #48827B. Grayscale: #8F8F8F. Windows color (decimal): -4751996 or 8682935. OLE color: 8682935.
HSL color Cylindrical-coordinate representation of color #B77D84: hue angle of 352.76º 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 #B77D84 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 132 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.28 |
| HSL | 352.76º | 0.29% | 0.6% | - |
| HSV(B) | 352.76º | 0.32% | 0.72% | - |
| XYZ | 31.03 | 26.4 | 25.29 | - |
| YUV | 143.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 132 | 0 | 0.32 | 0.28 | 0.28 | 352.76 | 0.29 | 0.6 |
| Hex | B7 | 7D | 84 | 0 | 20 | 1C | 1C | 161 | 1D | 3C |
| Octal | 267 | 175 | 204 | 0 | 40 | 34 | 34 | 541 | 35 | 74 |
| Binary | 10110111 | 1111101 | 10000100 | 0 | 100000 | 11100 | 11100 | 101100001 | 11101 | 111100 |
Color Harmonies of #B77D84
Complementary color
Monochromatic Colors of #B77D84
Black with #B77D84
Text Example
Text Example
White with #B77D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77D84; }
p { color: rgb(183,125,132); }
H1.HeaderClassName
{
color: #B77D84;
}
.AnyTagClassName
{
color: #B77D84;
}
</style>
background-color css
<style>
a { background-color: #B77D84; }
a { background-color: rgb(183,125,132); }
div.DivClassName
{
background-color: #B77D84;
}
.BgClassName
{
background-color: #B77D84;
}
</style>
border-color css
<style>
span { border-color: #B77D84; }
span { border-color: rgb(183,125,132); }
td.TdClassName
{
border-color: #B77D84;
}
.TagClassName
{
border-color: #B77D84;
}
</style>