Shades of Tapestry #B7768D
Tints of Tapestry #B7768D
RGB
CMYK
RGB Variations
Color information
#B7768D (or 0xB7768D) is known color: Tapestry. HEX triplet: B7, 76 and 8D. RGB value is (183,118,141). Sum of RGB (Red+Green+Blue) = 183+118+141=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B7768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7768D is #488972. Grayscale: #8C8C8C. Windows color (decimal): -4753779 or 9270967. OLE color: 9270967.
HSL color Cylindrical-coordinate representation of color #B7768D: hue angle of 338.77º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7768D is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 141 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.28 |
| HSL | 338.77º | 0.31% | 0.59% | - |
| HSV(B) | 338.77º | 0.36% | 0.72% | - |
| XYZ | 30.81 | 24.95 | 28.39 | - |
| YUV | 140.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 141 | 0 | 0.36 | 0.23 | 0.28 | 338.77 | 0.31 | 0.59 |
| Hex | B7 | 76 | 8D | 0 | 24 | 17 | 1C | 153 | 1F | 3B |
| Octal | 267 | 166 | 215 | 0 | 44 | 27 | 34 | 523 | 37 | 73 |
| Binary | 10110111 | 1110110 | 10001101 | 0 | 100100 | 10111 | 11100 | 101010011 | 11111 | 111011 |
Color Harmonies of #B7768D
Complementary color
Monochromatic Colors of #B7768D
Black with #B7768D
Text Example
Text Example
White with #B7768D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7768D; }
p { color: rgb(183,118,141); }
H1.HeaderClassName
{
color: #B7768D;
}
.AnyTagClassName
{
color: #B7768D;
}
</style>
background-color css
<style>
a { background-color: #B7768D; }
a { background-color: rgb(183,118,141); }
div.DivClassName
{
background-color: #B7768D;
}
.BgClassName
{
background-color: #B7768D;
}
</style>
border-color css
<style>
span { border-color: #B7768D; }
span { border-color: rgb(183,118,141); }
td.TdClassName
{
border-color: #B7768D;
}
.TagClassName
{
border-color: #B7768D;
}
</style>