Shades of Tapestry #B76D79
Tints of Tapestry #B76D79
RGB
CMYK
RGB Variations
Color information
#B76D79 (or 0xB76D79) is known color: Tapestry. HEX triplet: B7, 6D and 79. RGB value is (183,109,121). Sum of RGB (Red+Green+Blue) = 183+109+121=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B76D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76D79 is #489286. Grayscale: #848484. Windows color (decimal): -4756103 or 7957943. OLE color: 7957943.
HSL color Cylindrical-coordinate representation of color #B76D79: hue angle of 350.27º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76D79 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 109 | 121 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.28 |
| HSL | 350.27º | 0.34% | 0.57% | - |
| HSV(B) | 350.27º | 0.4% | 0.72% | - |
| XYZ | 28.45 | 22.39 | 20.91 | - |
| YUV | 132.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 121 | 0 | 0.40 | 0.34 | 0.28 | 350.27 | 0.34 | 0.57 |
| Hex | B7 | 6D | 79 | 0 | 28 | 22 | 1C | 15E | 22 | 39 |
| Octal | 267 | 155 | 171 | 0 | 50 | 42 | 34 | 536 | 42 | 71 |
| Binary | 10110111 | 1101101 | 1111001 | 0 | 101000 | 100010 | 11100 | 101011110 | 100010 | 111001 |
Color Harmonies of #B76D79
Complementary color
Monochromatic Colors of #B76D79
Black with #B76D79
Text Example
Text Example
White with #B76D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76D79; }
p { color: rgb(183,109,121); }
H1.HeaderClassName
{
color: #B76D79;
}
.AnyTagClassName
{
color: #B76D79;
}
</style>
background-color css
<style>
a { background-color: #B76D79; }
a { background-color: rgb(183,109,121); }
div.DivClassName
{
background-color: #B76D79;
}
.BgClassName
{
background-color: #B76D79;
}
</style>
border-color css
<style>
span { border-color: #B76D79; }
span { border-color: rgb(183,109,121); }
td.TdClassName
{
border-color: #B76D79;
}
.TagClassName
{
border-color: #B76D79;
}
</style>