Shades of Contessa #C77B74
Tints of Contessa #C77B74
RGB
CMYK
RGB Variations
Color information
#C77B74 (or 0xC77B74) is known color: Contessa. HEX triplet: C7, 7B and 74. RGB value is (199,123,116). Sum of RGB (Red+Green+Blue) = 199+123+116=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 123 (48.44% from 255 or 28.08% from 438); Blue value is 116 (45.70% from 255 or 26.48% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C77B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77B74 is #38848B. Grayscale: #919191. Windows color (decimal): -3703948 or 7633863. OLE color: 7633863.
HSL color Cylindrical-coordinate representation of color #C77B74: hue angle of 5.06º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C77B74 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 116 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.22 |
| HSL | 5.06º | 0.43% | 0.62% | - |
| HSV(B) | 5.06º | 0.42% | 0.78% | - |
| XYZ | 33.79 | 27.57 | 20.06 | - |
| YUV | 144.93 | 111.68 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 116 | 0 | 0.38 | 0.42 | 0.22 | 5.06 | 0.43 | 0.62 |
| Hex | C7 | 7B | 74 | 0 | 26 | 2A | 16 | 5 | 2B | 3E |
| Octal | 307 | 173 | 164 | 0 | 46 | 52 | 26 | 5 | 53 | 76 |
| Binary | 11000111 | 1111011 | 1110100 | 0 | 100110 | 101010 | 10110 | 101 | 101011 | 111110 |
Color Harmonies of #C77B74
Complementary color
Monochromatic Colors of #C77B74
Black with #C77B74
Text Example
Text Example
White with #C77B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77B74; }
p { color: rgb(199,123,116); }
H1.HeaderClassName
{
color: #C77B74;
}
.AnyTagClassName
{
color: #C77B74;
}
</style>
background-color css
<style>
a { background-color: #C77B74; }
a { background-color: rgb(199,123,116); }
div.DivClassName
{
background-color: #C77B74;
}
.BgClassName
{
background-color: #C77B74;
}
</style>
border-color css
<style>
span { border-color: #C77B74; }
span { border-color: rgb(199,123,116); }
td.TdClassName
{
border-color: #C77B74;
}
.TagClassName
{
border-color: #C77B74;
}
</style>