Shades of Contessa #B77575
Tints of Contessa #B77575
RGB
CMYK
RGB Variations
Color information
#B77575 (or 0xB77575) is known color: Contessa. HEX triplet: B7, 75 and 75. RGB value is (183,117,117). Sum of RGB (Red+Green+Blue) = 183+117+117=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B77575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77575 is #488A8A. Grayscale: #888888. Windows color (decimal): -4754059 or 7697847. OLE color: 7697847.
HSL color Cylindrical-coordinate representation of color #B77575: hue angle of 0º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B77575 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 117 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.28 |
| HSL | 0º | 0.31% | 0.59% | - |
| HSV(B) | 0º | 0.36% | 0.72% | - |
| XYZ | 29.1 | 24.07 | 19.94 | - |
| YUV | 136.73 | 116.87 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 117 | 0 | 0.36 | 0.36 | 0.28 | 0 | 0.31 | 0.59 |
| Hex | B7 | 75 | 75 | 0 | 24 | 24 | 1C | 0 | 1F | 3B |
| Octal | 267 | 165 | 165 | 0 | 44 | 44 | 34 | 0 | 37 | 73 |
| Binary | 10110111 | 1110101 | 1110101 | 0 | 100100 | 100100 | 11100 | 0 | 11111 | 111011 |
Color Harmonies of #B77575
Complementary color
Monochromatic Colors of #B77575
Black with #B77575
Text Example
Text Example
White with #B77575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77575; }
p { color: rgb(183,117,117); }
H1.HeaderClassName
{
color: #B77575;
}
.AnyTagClassName
{
color: #B77575;
}
</style>
background-color css
<style>
a { background-color: #B77575; }
a { background-color: rgb(183,117,117); }
div.DivClassName
{
background-color: #B77575;
}
.BgClassName
{
background-color: #B77575;
}
</style>
border-color css
<style>
span { border-color: #B77575; }
span { border-color: rgb(183,117,117); }
td.TdClassName
{
border-color: #B77575;
}
.TagClassName
{
border-color: #B77575;
}
</style>