Shades of Tapestry #B0777F
Tints of Tapestry #B0777F
RGB
CMYK
RGB Variations
Color information
#B0777F (or 0xB0777F) is known color: Tapestry. HEX triplet: B0, 77 and 7F. RGB value is (176,119,127). Sum of RGB (Red+Green+Blue) = 176+119+127=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B0777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0777F is #4F8880. Grayscale: #888888. Windows color (decimal): -5212289 or 8353712. OLE color: 8353712.
HSL color Cylindrical-coordinate representation of color #B0777F: hue angle of 351.58º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B0777F is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 119 | 127 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.31 |
| HSL | 351.58º | 0.27% | 0.58% | - |
| HSV(B) | 351.58º | 0.32% | 0.69% | - |
| XYZ | 28.33 | 23.96 | 23.21 | - |
| YUV | 136.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 127 | 0 | 0.32 | 0.28 | 0.31 | 351.58 | 0.27 | 0.58 |
| Hex | B0 | 77 | 7F | 0 | 20 | 1C | 1F | 160 | 1B | 3A |
| Octal | 260 | 167 | 177 | 0 | 40 | 34 | 37 | 540 | 33 | 72 |
| Binary | 10110000 | 1110111 | 1111111 | 0 | 100000 | 11100 | 11111 | 101100000 | 11011 | 111010 |
Color Harmonies of #B0777F
Complementary color
Monochromatic Colors of #B0777F
Black with #B0777F
Text Example
Text Example
White with #B0777F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0777F; }
p { color: rgb(176,119,127); }
H1.HeaderClassName
{
color: #B0777F;
}
.AnyTagClassName
{
color: #B0777F;
}
</style>
background-color css
<style>
a { background-color: #B0777F; }
a { background-color: rgb(176,119,127); }
div.DivClassName
{
background-color: #B0777F;
}
.BgClassName
{
background-color: #B0777F;
}
</style>
border-color css
<style>
span { border-color: #B0777F; }
span { border-color: rgb(176,119,127); }
td.TdClassName
{
border-color: #B0777F;
}
.TagClassName
{
border-color: #B0777F;
}
</style>