Shades of Tapestry #B77F90
Tints of Tapestry #B77F90
RGB
CMYK
RGB Variations
Color information
#B77F90 (or 0xB77F90) is known color: Tapestry. HEX triplet: B7, 7F and 90. RGB value is (183,127,144). Sum of RGB (Red+Green+Blue) = 183+127+144=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77F90 is #48806F. Grayscale: #919191. Windows color (decimal): -4751472 or 9469879. OLE color: 9469879.
HSL color Cylindrical-coordinate representation of color #B77F90: hue angle of 341.79º 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 #B77F90 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 144 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.28 |
| HSL | 341.79º | 0.28% | 0.61% | - |
| HSV(B) | 341.79º | 0.31% | 0.72% | - |
| XYZ | 32.15 | 27.26 | 29.95 | - |
| YUV | 145.68 | 127.05 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 144 | 0 | 0.31 | 0.21 | 0.28 | 341.79 | 0.28 | 0.61 |
| Hex | B7 | 7F | 90 | 0 | 1F | 15 | 1C | 156 | 1C | 3D |
| Octal | 267 | 177 | 220 | 0 | 37 | 25 | 34 | 526 | 34 | 75 |
| Binary | 10110111 | 1111111 | 10010000 | 0 | 11111 | 10101 | 11100 | 101010110 | 11100 | 111101 |
Color Harmonies of #B77F90
Complementary color
Monochromatic Colors of #B77F90
Black with #B77F90
Text Example
Text Example
White with #B77F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F90; }
p { color: rgb(183,127,144); }
H1.HeaderClassName
{
color: #B77F90;
}
.AnyTagClassName
{
color: #B77F90;
}
</style>
background-color css
<style>
a { background-color: #B77F90; }
a { background-color: rgb(183,127,144); }
div.DivClassName
{
background-color: #B77F90;
}
.BgClassName
{
background-color: #B77F90;
}
</style>
border-color css
<style>
span { border-color: #B77F90; }
span { border-color: rgb(183,127,144); }
td.TdClassName
{
border-color: #B77F90;
}
.TagClassName
{
border-color: #B77F90;
}
</style>