Shades of Contessa #B77669
Tints of Contessa #B77669
RGB
CMYK
RGB Variations
Color information
#B77669 (or 0xB77669) is known color: Contessa. HEX triplet: B7, 76 and 69. RGB value is (183,118,105). Sum of RGB (Red+Green+Blue) = 183+118+105=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B77669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77669 is #488996. Grayscale: #888888. Windows color (decimal): -4753815 or 6911671. OLE color: 6911671.
HSL color Cylindrical-coordinate representation of color #B77669: hue angle of 10º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B77669 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 105 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.28 |
| HSL | 10º | 0.35% | 0.56% | - |
| HSV(B) | 10º | 0.43% | 0.72% | - |
| XYZ | 28.56 | 24.04 | 16.5 | - |
| YUV | 135.95 | 110.53 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 105 | 0 | 0.36 | 0.43 | 0.28 | 10 | 0.35 | 0.56 |
| Hex | B7 | 76 | 69 | 0 | 24 | 2B | 1C | A | 23 | 38 |
| Octal | 267 | 166 | 151 | 0 | 44 | 53 | 34 | 12 | 43 | 70 |
| Binary | 10110111 | 1110110 | 1101001 | 0 | 100100 | 101011 | 11100 | 1010 | 100011 | 111000 |
Color Harmonies of #B77669
Complementary color
Monochromatic Colors of #B77669
Black with #B77669
Text Example
Text Example
White with #B77669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77669; }
p { color: rgb(183,118,105); }
H1.HeaderClassName
{
color: #B77669;
}
.AnyTagClassName
{
color: #B77669;
}
</style>
background-color css
<style>
a { background-color: #B77669; }
a { background-color: rgb(183,118,105); }
div.DivClassName
{
background-color: #B77669;
}
.BgClassName
{
background-color: #B77669;
}
</style>
border-color css
<style>
span { border-color: #B77669; }
span { border-color: rgb(183,118,105); }
td.TdClassName
{
border-color: #B77669;
}
.TagClassName
{
border-color: #B77669;
}
</style>