Shades of Tapestry #B76A7D
Tints of Tapestry #B76A7D
RGB
CMYK
RGB Variations
Color information
#B76A7D (or 0xB76A7D) is known color: Tapestry. HEX triplet: B7, 6A and 7D. RGB value is (183,106,125). Sum of RGB (Red+Green+Blue) = 183+106+125=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76A7D is #489582. Grayscale: #838383. Windows color (decimal): -4756867 or 8219319. OLE color: 8219319.
HSL color Cylindrical-coordinate representation of color #B76A7D: hue angle of 345.19º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76A7D is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 106 | 125 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.28 |
| HSL | 345.19º | 0.35% | 0.57% | - |
| HSV(B) | 345.19º | 0.42% | 0.72% | - |
| XYZ | 28.38 | 21.86 | 22.12 | - |
| YUV | 131.19 | 124.51 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 106 | 125 | 0 | 0.42 | 0.32 | 0.28 | 345.19 | 0.35 | 0.57 |
| Hex | B7 | 6A | 7D | 0 | 2A | 20 | 1C | 159 | 23 | 39 |
| Octal | 267 | 152 | 175 | 0 | 52 | 40 | 34 | 531 | 43 | 71 |
| Binary | 10110111 | 1101010 | 1111101 | 0 | 101010 | 100000 | 11100 | 101011001 | 100011 | 111001 |
Color Harmonies of #B76A7D
Complementary color
Monochromatic Colors of #B76A7D
Black with #B76A7D
Text Example
Text Example
White with #B76A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76A7D; }
p { color: rgb(183,106,125); }
H1.HeaderClassName
{
color: #B76A7D;
}
.AnyTagClassName
{
color: #B76A7D;
}
</style>
background-color css
<style>
a { background-color: #B76A7D; }
a { background-color: rgb(183,106,125); }
div.DivClassName
{
background-color: #B76A7D;
}
.BgClassName
{
background-color: #B76A7D;
}
</style>
border-color css
<style>
span { border-color: #B76A7D; }
span { border-color: rgb(183,106,125); }
td.TdClassName
{
border-color: #B76A7D;
}
.TagClassName
{
border-color: #B76A7D;
}
</style>