Shades of Tapestry #B76B7E
Tints of Tapestry #B76B7E
RGB
CMYK
RGB Variations
Color information
#B76B7E (or 0xB76B7E) is known color: Tapestry. HEX triplet: B7, 6B and 7E. RGB value is (183,107,126). Sum of RGB (Red+Green+Blue) = 183+107+126=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76B7E is #489481. Grayscale: #838383. Windows color (decimal): -4756610 or 8285111. OLE color: 8285111.
HSL color Cylindrical-coordinate representation of color #B76B7E: hue angle of 345º 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 #B76B7E is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 107 | 126 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.28 |
| HSL | 345º | 0.35% | 0.57% | - |
| HSV(B) | 345º | 0.42% | 0.72% | - |
| XYZ | 28.55 | 22.09 | 22.5 | - |
| YUV | 131.89 | 124.68 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 126 | 0 | 0.42 | 0.31 | 0.28 | 345 | 0.35 | 0.57 |
| Hex | B7 | 6B | 7E | 0 | 2A | 1F | 1C | 159 | 23 | 39 |
| Octal | 267 | 153 | 176 | 0 | 52 | 37 | 34 | 531 | 43 | 71 |
| Binary | 10110111 | 1101011 | 1111110 | 0 | 101010 | 11111 | 11100 | 101011001 | 100011 | 111001 |
Color Harmonies of #B76B7E
Complementary color
Monochromatic Colors of #B76B7E
Black with #B76B7E
Text Example
Text Example
White with #B76B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76B7E; }
p { color: rgb(183,107,126); }
H1.HeaderClassName
{
color: #B76B7E;
}
.AnyTagClassName
{
color: #B76B7E;
}
</style>
background-color css
<style>
a { background-color: #B76B7E; }
a { background-color: rgb(183,107,126); }
div.DivClassName
{
background-color: #B76B7E;
}
.BgClassName
{
background-color: #B76B7E;
}
</style>
border-color css
<style>
span { border-color: #B76B7E; }
span { border-color: rgb(183,107,126); }
td.TdClassName
{
border-color: #B76B7E;
}
.TagClassName
{
border-color: #B76B7E;
}
</style>