Shades of Contessa #B7776E
Tints of Contessa #B7776E
RGB
CMYK
RGB Variations
Color information
#B7776E (or 0xB7776E) is known color: Contessa. HEX triplet: B7, 77 and 6E. RGB value is (183,119,110). Sum of RGB (Red+Green+Blue) = 183+119+110=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 183 - color contains mainly: red. Hex color #B7776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7776E is #488891. Grayscale: #898989. Windows color (decimal): -4753554 or 7239607. OLE color: 7239607.
HSL color Cylindrical-coordinate representation of color #B7776E: hue angle of 7.4º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B7776E is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 119 | 110 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.28 |
| HSL | 7.4º | 0.34% | 0.57% | - |
| HSV(B) | 7.4º | 0.4% | 0.72% | - |
| XYZ | 28.94 | 24.39 | 17.93 | - |
| YUV | 137.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 110 | 0 | 0.35 | 0.40 | 0.28 | 7.4 | 0.34 | 0.57 |
| Hex | B7 | 77 | 6E | 0 | 23 | 28 | 1C | 7 | 22 | 39 |
| Octal | 267 | 167 | 156 | 0 | 43 | 50 | 34 | 7 | 42 | 71 |
| Binary | 10110111 | 1110111 | 1101110 | 0 | 100011 | 101000 | 11100 | 111 | 100010 | 111001 |
Color Harmonies of #B7776E
Complementary color
Monochromatic Colors of #B7776E
Black with #B7776E
Text Example
Text Example
White with #B7776E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7776E; }
p { color: rgb(183,119,110); }
H1.HeaderClassName
{
color: #B7776E;
}
.AnyTagClassName
{
color: #B7776E;
}
</style>
background-color css
<style>
a { background-color: #B7776E; }
a { background-color: rgb(183,119,110); }
div.DivClassName
{
background-color: #B7776E;
}
.BgClassName
{
background-color: #B7776E;
}
</style>
border-color css
<style>
span { border-color: #B7776E; }
span { border-color: rgb(183,119,110); }
td.TdClassName
{
border-color: #B7776E;
}
.TagClassName
{
border-color: #B7776E;
}
</style>