Shades of Tapestry #B76E7D
Tints of Tapestry #B76E7D
RGB
CMYK
RGB Variations
Color information
#B76E7D (or 0xB76E7D) is known color: Tapestry. HEX triplet: B7, 6E and 7D. RGB value is (183,110,125). Sum of RGB (Red+Green+Blue) = 183+110+125=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76E7D is #489182. Grayscale: #858585. Windows color (decimal): -4755843 or 8220343. OLE color: 8220343.
HSL color Cylindrical-coordinate representation of color #B76E7D: hue angle of 347.67º 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 #B76E7D is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 110 | 125 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.28 |
| HSL | 347.67º | 0.34% | 0.57% | - |
| HSV(B) | 347.67º | 0.4% | 0.72% | - |
| XYZ | 28.81 | 22.7 | 22.27 | - |
| YUV | 133.54 | 123.18 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 110 | 125 | 0 | 0.40 | 0.32 | 0.28 | 347.67 | 0.34 | 0.57 |
| Hex | B7 | 6E | 7D | 0 | 28 | 20 | 1C | 15C | 22 | 39 |
| Octal | 267 | 156 | 175 | 0 | 50 | 40 | 34 | 534 | 42 | 71 |
| Binary | 10110111 | 1101110 | 1111101 | 0 | 101000 | 100000 | 11100 | 101011100 | 100010 | 111001 |
Color Harmonies of #B76E7D
Complementary color
Monochromatic Colors of #B76E7D
Black with #B76E7D
Text Example
Text Example
White with #B76E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76E7D; }
p { color: rgb(183,110,125); }
H1.HeaderClassName
{
color: #B76E7D;
}
.AnyTagClassName
{
color: #B76E7D;
}
</style>
background-color css
<style>
a { background-color: #B76E7D; }
a { background-color: rgb(183,110,125); }
div.DivClassName
{
background-color: #B76E7D;
}
.BgClassName
{
background-color: #B76E7D;
}
</style>
border-color css
<style>
span { border-color: #B76E7D; }
span { border-color: rgb(183,110,125); }
td.TdClassName
{
border-color: #B76E7D;
}
.TagClassName
{
border-color: #B76E7D;
}
</style>