Shades of Tapestry #B76F7A
Tints of Tapestry #B76F7A
RGB
CMYK
RGB Variations
Color information
#B76F7A (or 0xB76F7A) is known color: Tapestry. HEX triplet: B7, 6F and 7A. RGB value is (183,111,122). Sum of RGB (Red+Green+Blue) = 183+111+122=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B76F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76F7A is #489085. Grayscale: #858585. Windows color (decimal): -4755590 or 8023991. OLE color: 8023991.
HSL color Cylindrical-coordinate representation of color #B76F7A: hue angle of 350.83º 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 #B76F7A is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 111 | 122 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.28 |
| HSL | 350.83º | 0.33% | 0.58% | - |
| HSV(B) | 350.83º | 0.39% | 0.72% | - |
| XYZ | 28.73 | 22.84 | 21.31 | - |
| YUV | 133.78 | 121.35 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 122 | 0 | 0.39 | 0.33 | 0.28 | 350.83 | 0.33 | 0.58 |
| Hex | B7 | 6F | 7A | 0 | 27 | 21 | 1C | 15F | 21 | 3A |
| Octal | 267 | 157 | 172 | 0 | 47 | 41 | 34 | 537 | 41 | 72 |
| Binary | 10110111 | 1101111 | 1111010 | 0 | 100111 | 100001 | 11100 | 101011111 | 100001 | 111010 |
Color Harmonies of #B76F7A
Complementary color
Monochromatic Colors of #B76F7A
Black with #B76F7A
Text Example
Text Example
White with #B76F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76F7A; }
p { color: rgb(183,111,122); }
H1.HeaderClassName
{
color: #B76F7A;
}
.AnyTagClassName
{
color: #B76F7A;
}
</style>
background-color css
<style>
a { background-color: #B76F7A; }
a { background-color: rgb(183,111,122); }
div.DivClassName
{
background-color: #B76F7A;
}
.BgClassName
{
background-color: #B76F7A;
}
</style>
border-color css
<style>
span { border-color: #B76F7A; }
span { border-color: rgb(183,111,122); }
td.TdClassName
{
border-color: #B76F7A;
}
.TagClassName
{
border-color: #B76F7A;
}
</style>