Shades of Tapestry #B76879
Tints of Tapestry #B76879
RGB
CMYK
RGB Variations
Color information
#B76879 (or 0xB76879) is known color: Tapestry. HEX triplet: B7, 68 and 79. RGB value is (183,104,121). Sum of RGB (Red+Green+Blue) = 183+104+121=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B76879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76879 is #489786. Grayscale: #818181. Windows color (decimal): -4757383 or 7956663. OLE color: 7956663.
HSL color Cylindrical-coordinate representation of color #B76879: hue angle of 347.09º 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 #B76879 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 104 | 121 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.28 |
| HSL | 347.09º | 0.35% | 0.56% | - |
| HSV(B) | 347.09º | 0.43% | 0.72% | - |
| XYZ | 27.93 | 21.35 | 20.74 | - |
| YUV | 129.56 | 123.17 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 104 | 121 | 0 | 0.43 | 0.34 | 0.28 | 347.09 | 0.35 | 0.56 |
| Hex | B7 | 68 | 79 | 0 | 2B | 22 | 1C | 15B | 23 | 38 |
| Octal | 267 | 150 | 171 | 0 | 53 | 42 | 34 | 533 | 43 | 70 |
| Binary | 10110111 | 1101000 | 1111001 | 0 | 101011 | 100010 | 11100 | 101011011 | 100011 | 111000 |
Color Harmonies of #B76879
Complementary color
Monochromatic Colors of #B76879
Black with #B76879
Text Example
Text Example
White with #B76879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76879; }
p { color: rgb(183,104,121); }
H1.HeaderClassName
{
color: #B76879;
}
.AnyTagClassName
{
color: #B76879;
}
</style>
background-color css
<style>
a { background-color: #B76879; }
a { background-color: rgb(183,104,121); }
div.DivClassName
{
background-color: #B76879;
}
.BgClassName
{
background-color: #B76879;
}
</style>
border-color css
<style>
span { border-color: #B76879; }
span { border-color: rgb(183,104,121); }
td.TdClassName
{
border-color: #B76879;
}
.TagClassName
{
border-color: #B76879;
}
</style>