Shades of Tapestry #B76F7D
Tints of Tapestry #B76F7D
RGB
CMYK
RGB Variations
Color information
#B76F7D (or 0xB76F7D) is known color: Tapestry. HEX triplet: B7, 6F and 7D. RGB value is (183,111,125). Sum of RGB (Red+Green+Blue) = 183+111+125=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76F7D is #489082. Grayscale: #868686. Windows color (decimal): -4755587 or 8220599. OLE color: 8220599.
HSL color Cylindrical-coordinate representation of color #B76F7D: hue angle of 348.33º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B76F7D is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 125 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.28 |
| HSL | 348.33º | 0.33% | 0.58% | - |
| HSV(B) | 348.33º | 0.39% | 0.72% | - |
| XYZ | 28.91 | 22.92 | 22.3 | - |
| YUV | 134.12 | 122.85 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 125 | 0 | 0.39 | 0.32 | 0.28 | 348.33 | 0.33 | 0.58 |
| Hex | B7 | 6F | 7D | 0 | 27 | 20 | 1C | 15C | 21 | 3A |
| Octal | 267 | 157 | 175 | 0 | 47 | 40 | 34 | 534 | 41 | 72 |
| Binary | 10110111 | 1101111 | 1111101 | 0 | 100111 | 100000 | 11100 | 101011100 | 100001 | 111010 |
Color Harmonies of #B76F7D
Complementary color
Monochromatic Colors of #B76F7D
Black with #B76F7D
Text Example
Text Example
White with #B76F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F7D; }
p { color: rgb(183,111,125); }
H1.HeaderClassName
{
color: #B76F7D;
}
.AnyTagClassName
{
color: #B76F7D;
}
</style>
background-color css
<style>
a { background-color: #B76F7D; }
a { background-color: rgb(183,111,125); }
div.DivClassName
{
background-color: #B76F7D;
}
.BgClassName
{
background-color: #B76F7D;
}
</style>
border-color css
<style>
span { border-color: #B76F7D; }
span { border-color: rgb(183,111,125); }
td.TdClassName
{
border-color: #B76F7D;
}
.TagClassName
{
border-color: #B76F7D;
}
</style>