Shades of Tapestry #B76B7D
Tints of Tapestry #B76B7D
RGB
CMYK
RGB Variations
Color information
#B76B7D (or 0xB76B7D) is known color: Tapestry. HEX triplet: B7, 6B and 7D. RGB value is (183,107,125). Sum of RGB (Red+Green+Blue) = 183+107+125=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76B7D is #489482. Grayscale: #838383. Windows color (decimal): -4756611 or 8219575. OLE color: 8219575.
HSL color Cylindrical-coordinate representation of color #B76B7D: hue angle of 345.79º 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 #B76B7D is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 107 | 125 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.28 |
| HSL | 345.79º | 0.35% | 0.57% | - |
| HSV(B) | 345.79º | 0.42% | 0.72% | - |
| XYZ | 28.49 | 22.06 | 22.16 | - |
| YUV | 131.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 125 | 0 | 0.42 | 0.32 | 0.28 | 345.79 | 0.35 | 0.57 |
| Hex | B7 | 6B | 7D | 0 | 2A | 20 | 1C | 15A | 23 | 39 |
| Octal | 267 | 153 | 175 | 0 | 52 | 40 | 34 | 532 | 43 | 71 |
| Binary | 10110111 | 1101011 | 1111101 | 0 | 101010 | 100000 | 11100 | 101011010 | 100011 | 111001 |
Color Harmonies of #B76B7D
Complementary color
Monochromatic Colors of #B76B7D
Black with #B76B7D
Text Example
Text Example
White with #B76B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76B7D; }
p { color: rgb(183,107,125); }
H1.HeaderClassName
{
color: #B76B7D;
}
.AnyTagClassName
{
color: #B76B7D;
}
</style>
background-color css
<style>
a { background-color: #B76B7D; }
a { background-color: rgb(183,107,125); }
div.DivClassName
{
background-color: #B76B7D;
}
.BgClassName
{
background-color: #B76B7D;
}
</style>
border-color css
<style>
span { border-color: #B76B7D; }
span { border-color: rgb(183,107,125); }
td.TdClassName
{
border-color: #B76B7D;
}
.TagClassName
{
border-color: #B76B7D;
}
</style>