Shades of Contessa #B77674
Tints of Contessa #B77674
RGB
CMYK
RGB Variations
Color information
#B77674 (or 0xB77674) is known color: Contessa. HEX triplet: B7, 76 and 74. RGB value is (183,118,116). Sum of RGB (Red+Green+Blue) = 183+118+116=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B77674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77674 is #48898B. Grayscale: #898989. Windows color (decimal): -4753804 or 7632567. OLE color: 7632567.
HSL color Cylindrical-coordinate representation of color #B77674: hue angle of 1.79º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B77674 is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 116 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.28 |
| HSL | 1.79º | 0.32% | 0.59% | - |
| HSV(B) | 1.79º | 0.37% | 0.72% | - |
| XYZ | 29.16 | 24.29 | 19.67 | - |
| YUV | 137.21 | 116.03 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 116 | 0 | 0.36 | 0.37 | 0.28 | 1.79 | 0.32 | 0.59 |
| Hex | B7 | 76 | 74 | 0 | 24 | 25 | 1C | 2 | 20 | 3B |
| Octal | 267 | 166 | 164 | 0 | 44 | 45 | 34 | 2 | 40 | 73 |
| Binary | 10110111 | 1110110 | 1110100 | 0 | 100100 | 100101 | 11100 | 10 | 100000 | 111011 |
Color Harmonies of #B77674
Complementary color
Monochromatic Colors of #B77674
Black with #B77674
Text Example
Text Example
White with #B77674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77674; }
p { color: rgb(183,118,116); }
H1.HeaderClassName
{
color: #B77674;
}
.AnyTagClassName
{
color: #B77674;
}
</style>
background-color css
<style>
a { background-color: #B77674; }
a { background-color: rgb(183,118,116); }
div.DivClassName
{
background-color: #B77674;
}
.BgClassName
{
background-color: #B77674;
}
</style>
border-color css
<style>
span { border-color: #B77674; }
span { border-color: rgb(183,118,116); }
td.TdClassName
{
border-color: #B77674;
}
.TagClassName
{
border-color: #B77674;
}
</style>