Shades of Contessa #C77B76
Tints of Contessa #C77B76
RGB
CMYK
RGB Variations
Color information
#C77B76 (or 0xC77B76) is known color: Contessa. HEX triplet: C7, 7B and 76. RGB value is (199,123,118). Sum of RGB (Red+Green+Blue) = 199+123+118=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77B76 is #388489. Grayscale: #919191. Windows color (decimal): -3703946 or 7764935. OLE color: 7764935.
HSL color Cylindrical-coordinate representation of color #C77B76: hue angle of 3.7º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C77B76 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 118 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.22 |
| HSL | 3.7º | 0.42% | 0.62% | - |
| HSV(B) | 3.7º | 0.41% | 0.78% | - |
| XYZ | 33.91 | 27.62 | 20.68 | - |
| YUV | 145.15 | 112.68 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 118 | 0 | 0.38 | 0.41 | 0.22 | 3.7 | 0.42 | 0.62 |
| Hex | C7 | 7B | 76 | 0 | 26 | 29 | 16 | 4 | 2A | 3E |
| Octal | 307 | 173 | 166 | 0 | 46 | 51 | 26 | 4 | 52 | 76 |
| Binary | 11000111 | 1111011 | 1110110 | 0 | 100110 | 101001 | 10110 | 100 | 101010 | 111110 |
Color Harmonies of #C77B76
Complementary color
Monochromatic Colors of #C77B76
Black with #C77B76
Text Example
Text Example
White with #C77B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77B76; }
p { color: rgb(199,123,118); }
H1.HeaderClassName
{
color: #C77B76;
}
.AnyTagClassName
{
color: #C77B76;
}
</style>
background-color css
<style>
a { background-color: #C77B76; }
a { background-color: rgb(199,123,118); }
div.DivClassName
{
background-color: #C77B76;
}
.BgClassName
{
background-color: #C77B76;
}
</style>
border-color css
<style>
span { border-color: #C77B76; }
span { border-color: rgb(199,123,118); }
td.TdClassName
{
border-color: #C77B76;
}
.TagClassName
{
border-color: #C77B76;
}
</style>