Shades of Tapestry #B77784
Tints of Tapestry #B77784
RGB
CMYK
RGB Variations
Color information
#B77784 (or 0xB77784) is known color: Tapestry. HEX triplet: B7, 77 and 84. RGB value is (183,119,132). Sum of RGB (Red+Green+Blue) = 183+119+132=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B77784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77784 is #48887B. Grayscale: #8B8B8B. Windows color (decimal): -4753532 or 8681399. OLE color: 8681399.
HSL color Cylindrical-coordinate representation of color #B77784: hue angle of 347.81º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B77784 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 119 | 132 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.28 |
| HSL | 347.81º | 0.31% | 0.59% | - |
| HSV(B) | 347.81º | 0.35% | 0.72% | - |
| XYZ | 30.29 | 24.93 | 25.04 | - |
| YUV | 139.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 132 | 0 | 0.35 | 0.28 | 0.28 | 347.81 | 0.31 | 0.59 |
| Hex | B7 | 77 | 84 | 0 | 23 | 1C | 1C | 15C | 1F | 3B |
| Octal | 267 | 167 | 204 | 0 | 43 | 34 | 34 | 534 | 37 | 73 |
| Binary | 10110111 | 1110111 | 10000100 | 0 | 100011 | 11100 | 11100 | 101011100 | 11111 | 111011 |
Color Harmonies of #B77784
Complementary color
Monochromatic Colors of #B77784
Black with #B77784
Text Example
Text Example
White with #B77784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77784; }
p { color: rgb(183,119,132); }
H1.HeaderClassName
{
color: #B77784;
}
.AnyTagClassName
{
color: #B77784;
}
</style>
background-color css
<style>
a { background-color: #B77784; }
a { background-color: rgb(183,119,132); }
div.DivClassName
{
background-color: #B77784;
}
.BgClassName
{
background-color: #B77784;
}
</style>
border-color css
<style>
span { border-color: #B77784; }
span { border-color: rgb(183,119,132); }
td.TdClassName
{
border-color: #B77784;
}
.TagClassName
{
border-color: #B77784;
}
</style>