Shades of Contessa #B77667
Tints of Contessa #B77667
RGB
CMYK
RGB Variations
Color information
#B77667 (or 0xB77667) is known color: Contessa. HEX triplet: B7, 76 and 67. RGB value is (183,118,103). Sum of RGB (Red+Green+Blue) = 183+118+103=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B77667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77667 is #488998. Grayscale: #878787. Windows color (decimal): -4753817 or 6780599. OLE color: 6780599.
HSL color Cylindrical-coordinate representation of color #B77667: hue angle of 11.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B77667 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 103 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.28 |
| HSL | 11.25º | 0.36% | 0.56% | - |
| HSV(B) | 11.25º | 0.44% | 0.72% | - |
| XYZ | 28.46 | 24 | 15.97 | - |
| YUV | 135.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 103 | 0 | 0.36 | 0.44 | 0.28 | 11.25 | 0.36 | 0.56 |
| Hex | B7 | 76 | 67 | 0 | 24 | 2C | 1C | B | 24 | 38 |
| Octal | 267 | 166 | 147 | 0 | 44 | 54 | 34 | 13 | 44 | 70 |
| Binary | 10110111 | 1110110 | 1100111 | 0 | 100100 | 101100 | 11100 | 1011 | 100100 | 111000 |
Color Harmonies of #B77667
Complementary color
Monochromatic Colors of #B77667
Black with #B77667
Text Example
Text Example
White with #B77667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77667; }
p { color: rgb(183,118,103); }
H1.HeaderClassName
{
color: #B77667;
}
.AnyTagClassName
{
color: #B77667;
}
</style>
background-color css
<style>
a { background-color: #B77667; }
a { background-color: rgb(183,118,103); }
div.DivClassName
{
background-color: #B77667;
}
.BgClassName
{
background-color: #B77667;
}
</style>
border-color css
<style>
span { border-color: #B77667; }
span { border-color: rgb(183,118,103); }
td.TdClassName
{
border-color: #B77667;
}
.TagClassName
{
border-color: #B77667;
}
</style>