Shades of Tapestry #B7758F
Tints of Tapestry #B7758F
RGB
CMYK
RGB Variations
Color information
#B7758F (or 0xB7758F) is known color: Tapestry. HEX triplet: B7, 75 and 8F. RGB value is (183,117,143). Sum of RGB (Red+Green+Blue) = 183+117+143=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 143 (56.25% from 255 or 32.28% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B7758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7758F is #488A70. Grayscale: #8B8B8B. Windows color (decimal): -4754033 or 9401783. OLE color: 9401783.
HSL color Cylindrical-coordinate representation of color #B7758F: hue angle of 336.36º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B7758F is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 143 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.28 |
| HSL | 336.36º | 0.31% | 0.59% | - |
| HSV(B) | 336.36º | 0.36% | 0.72% | - |
| XYZ | 30.85 | 24.77 | 29.14 | - |
| YUV | 139.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 143 | 0 | 0.36 | 0.22 | 0.28 | 336.36 | 0.31 | 0.59 |
| Hex | B7 | 75 | 8F | 0 | 24 | 16 | 1C | 150 | 1F | 3B |
| Octal | 267 | 165 | 217 | 0 | 44 | 26 | 34 | 520 | 37 | 73 |
| Binary | 10110111 | 1110101 | 10001111 | 0 | 100100 | 10110 | 11100 | 101010000 | 11111 | 111011 |
Color Harmonies of #B7758F
Complementary color
Monochromatic Colors of #B7758F
Black with #B7758F
Text Example
Text Example
White with #B7758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7758F; }
p { color: rgb(183,117,143); }
H1.HeaderClassName
{
color: #B7758F;
}
.AnyTagClassName
{
color: #B7758F;
}
</style>
background-color css
<style>
a { background-color: #B7758F; }
a { background-color: rgb(183,117,143); }
div.DivClassName
{
background-color: #B7758F;
}
.BgClassName
{
background-color: #B7758F;
}
</style>
border-color css
<style>
span { border-color: #B7758F; }
span { border-color: rgb(183,117,143); }
td.TdClassName
{
border-color: #B7758F;
}
.TagClassName
{
border-color: #B7758F;
}
</style>