Shades of Tapestry #B77F93
Tints of Tapestry #B77F93
RGB
CMYK
RGB Variations
Color information
#B77F93 (or 0xB77F93) is known color: Tapestry. HEX triplet: B7, 7F and 93. RGB value is (183,127,147). Sum of RGB (Red+Green+Blue) = 183+127+147=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77F93 is #48806C. Grayscale: #929292. Windows color (decimal): -4751469 or 9666487. OLE color: 9666487.
HSL color Cylindrical-coordinate representation of color #B77F93: hue angle of 338.57º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B77F93 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 147 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.28 |
| HSL | 338.57º | 0.28% | 0.61% | - |
| HSV(B) | 338.57º | 0.31% | 0.72% | - |
| XYZ | 32.38 | 27.35 | 31.18 | - |
| YUV | 146.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 147 | 0 | 0.31 | 0.20 | 0.28 | 338.57 | 0.28 | 0.61 |
| Hex | B7 | 7F | 93 | 0 | 1F | 14 | 1C | 153 | 1C | 3D |
| Octal | 267 | 177 | 223 | 0 | 37 | 24 | 34 | 523 | 34 | 75 |
| Binary | 10110111 | 1111111 | 10010011 | 0 | 11111 | 10100 | 11100 | 101010011 | 11100 | 111101 |
Color Harmonies of #B77F93
Complementary color
Monochromatic Colors of #B77F93
Black with #B77F93
Text Example
Text Example
White with #B77F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F93; }
p { color: rgb(183,127,147); }
H1.HeaderClassName
{
color: #B77F93;
}
.AnyTagClassName
{
color: #B77F93;
}
</style>
background-color css
<style>
a { background-color: #B77F93; }
a { background-color: rgb(183,127,147); }
div.DivClassName
{
background-color: #B77F93;
}
.BgClassName
{
background-color: #B77F93;
}
</style>
border-color css
<style>
span { border-color: #B77F93; }
span { border-color: rgb(183,127,147); }
td.TdClassName
{
border-color: #B77F93;
}
.TagClassName
{
border-color: #B77F93;
}
</style>