Shades of Contessa #B77873
Tints of Contessa #B77873
RGB
CMYK
RGB Variations
Color information
#B77873 (or 0xB77873) is known color: Contessa. HEX triplet: B7, 78 and 73. RGB value is (183,120,115). Sum of RGB (Red+Green+Blue) = 183+120+115=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B77873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77873 is #48878C. Grayscale: #8A8A8A. Windows color (decimal): -4753293 or 7567543. OLE color: 7567543.
HSL color Cylindrical-coordinate representation of color #B77873: hue angle of 4.41º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B77873 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 120 | 115 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.28 |
| HSL | 4.41º | 0.32% | 0.58% | - |
| HSV(B) | 4.41º | 0.37% | 0.72% | - |
| XYZ | 29.34 | 24.74 | 19.45 | - |
| YUV | 138.27 | 114.87 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 120 | 115 | 0 | 0.34 | 0.37 | 0.28 | 4.41 | 0.32 | 0.58 |
| Hex | B7 | 78 | 73 | 0 | 22 | 25 | 1C | 4 | 20 | 3A |
| Octal | 267 | 170 | 163 | 0 | 42 | 45 | 34 | 4 | 40 | 72 |
| Binary | 10110111 | 1111000 | 1110011 | 0 | 100010 | 100101 | 11100 | 100 | 100000 | 111010 |
Color Harmonies of #B77873
Complementary color
Monochromatic Colors of #B77873
Black with #B77873
Text Example
Text Example
White with #B77873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77873; }
p { color: rgb(183,120,115); }
H1.HeaderClassName
{
color: #B77873;
}
.AnyTagClassName
{
color: #B77873;
}
</style>
background-color css
<style>
a { background-color: #B77873; }
a { background-color: rgb(183,120,115); }
div.DivClassName
{
background-color: #B77873;
}
.BgClassName
{
background-color: #B77873;
}
</style>
border-color css
<style>
span { border-color: #B77873; }
span { border-color: rgb(183,120,115); }
td.TdClassName
{
border-color: #B77873;
}
.TagClassName
{
border-color: #B77873;
}
</style>