Shades of Charm #C7777A
Tints of Charm #C7777A
RGB
CMYK
RGB Variations
Color information
#C7777A (or 0xC7777A) is known color: Charm. HEX triplet: C7, 77 and 7A. RGB value is (199,119,122). Sum of RGB (Red+Green+Blue) = 199+119+122=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 119 (46.88% from 255 or 27.05% from 440); Blue value is 122 (48.05% from 255 or 27.73% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C7777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7777A is #388885. Grayscale: #8F8F8F. Windows color (decimal): -3704966 or 8026055. OLE color: 8026055.
HSL color Cylindrical-coordinate representation of color #C7777A: hue angle of 357.75º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7777A is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 122 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.22 |
| HSL | 357.75º | 0.42% | 0.62% | - |
| HSV(B) | 357.75º | 0.4% | 0.78% | - |
| XYZ | 33.66 | 26.74 | 21.8 | - |
| YUV | 143.26 | 116 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 122 | 0 | 0.40 | 0.39 | 0.22 | 357.75 | 0.42 | 0.62 |
| Hex | C7 | 77 | 7A | 0 | 28 | 27 | 16 | 166 | 2A | 3E |
| Octal | 307 | 167 | 172 | 0 | 50 | 47 | 26 | 546 | 52 | 76 |
| Binary | 11000111 | 1110111 | 1111010 | 0 | 101000 | 100111 | 10110 | 101100110 | 101010 | 111110 |
Color Harmonies of #C7777A
Complementary color
Monochromatic Colors of #C7777A
Black with #C7777A
Text Example
Text Example
White with #C7777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7777A; }
p { color: rgb(199,119,122); }
H1.HeaderClassName
{
color: #C7777A;
}
.AnyTagClassName
{
color: #C7777A;
}
</style>
background-color css
<style>
a { background-color: #C7777A; }
a { background-color: rgb(199,119,122); }
div.DivClassName
{
background-color: #C7777A;
}
.BgClassName
{
background-color: #C7777A;
}
</style>
border-color css
<style>
span { border-color: #C7777A; }
span { border-color: rgb(199,119,122); }
td.TdClassName
{
border-color: #C7777A;
}
.TagClassName
{
border-color: #C7777A;
}
</style>