Shades of Tapestry #B76E7C
Tints of Tapestry #B76E7C
RGB
CMYK
RGB Variations
Color information
#B76E7C (or 0xB76E7C) is known color: Tapestry. HEX triplet: B7, 6E and 7C. RGB value is (183,110,124). Sum of RGB (Red+Green+Blue) = 183+110+124=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E7C is #489183. Grayscale: #858585. Windows color (decimal): -4755844 or 8154807. OLE color: 8154807.
HSL color Cylindrical-coordinate representation of color #B76E7C: hue angle of 348.49º 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 #B76E7C is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 124 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.28 |
| HSL | 348.49º | 0.34% | 0.57% | - |
| HSV(B) | 348.49º | 0.4% | 0.72% | - |
| XYZ | 28.74 | 22.67 | 21.93 | - |
| YUV | 133.42 | 122.68 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 124 | 0 | 0.40 | 0.32 | 0.28 | 348.49 | 0.34 | 0.57 |
| Hex | B7 | 6E | 7C | 0 | 28 | 20 | 1C | 15C | 22 | 39 |
| Octal | 267 | 156 | 174 | 0 | 50 | 40 | 34 | 534 | 42 | 71 |
| Binary | 10110111 | 1101110 | 1111100 | 0 | 101000 | 100000 | 11100 | 101011100 | 100010 | 111001 |
Color Harmonies of #B76E7C
Complementary color
Monochromatic Colors of #B76E7C
Black with #B76E7C
Text Example
Text Example
White with #B76E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76E7C; }
p { color: rgb(183,110,124); }
H1.HeaderClassName
{
color: #B76E7C;
}
.AnyTagClassName
{
color: #B76E7C;
}
</style>
background-color css
<style>
a { background-color: #B76E7C; }
a { background-color: rgb(183,110,124); }
div.DivClassName
{
background-color: #B76E7C;
}
.BgClassName
{
background-color: #B76E7C;
}
</style>
border-color css
<style>
span { border-color: #B76E7C; }
span { border-color: rgb(183,110,124); }
td.TdClassName
{
border-color: #B76E7C;
}
.TagClassName
{
border-color: #B76E7C;
}
</style>