Shades of Tapestry #B76979
Tints of Tapestry #B76979
RGB
CMYK
RGB Variations
Color information
#B76979 (or 0xB76979) is known color: Tapestry. HEX triplet: B7, 69 and 79. RGB value is (183,105,121). Sum of RGB (Red+Green+Blue) = 183+105+121=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 183 - color contains mainly: red. Hex color #B76979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76979 is #489686. Grayscale: #828282. Windows color (decimal): -4757127 or 7956919. OLE color: 7956919.
HSL color Cylindrical-coordinate representation of color #B76979: hue angle of 347.69º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B76979 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 105 | 121 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.28 |
| HSL | 347.69º | 0.35% | 0.56% | - |
| HSV(B) | 347.69º | 0.43% | 0.72% | - |
| XYZ | 28.03 | 21.55 | 20.77 | - |
| YUV | 130.15 | 122.84 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 105 | 121 | 0 | 0.43 | 0.34 | 0.28 | 347.69 | 0.35 | 0.56 |
| Hex | B7 | 69 | 79 | 0 | 2B | 22 | 1C | 15C | 23 | 38 |
| Octal | 267 | 151 | 171 | 0 | 53 | 42 | 34 | 534 | 43 | 70 |
| Binary | 10110111 | 1101001 | 1111001 | 0 | 101011 | 100010 | 11100 | 101011100 | 100011 | 111000 |
Color Harmonies of #B76979
Complementary color
Monochromatic Colors of #B76979
Black with #B76979
Text Example
Text Example
White with #B76979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76979; }
p { color: rgb(183,105,121); }
H1.HeaderClassName
{
color: #B76979;
}
.AnyTagClassName
{
color: #B76979;
}
</style>
background-color css
<style>
a { background-color: #B76979; }
a { background-color: rgb(183,105,121); }
div.DivClassName
{
background-color: #B76979;
}
.BgClassName
{
background-color: #B76979;
}
</style>
border-color css
<style>
span { border-color: #B76979; }
span { border-color: rgb(183,105,121); }
td.TdClassName
{
border-color: #B76979;
}
.TagClassName
{
border-color: #B76979;
}
</style>