Shades of Charm #C7777B
Tints of Charm #C7777B
RGB
CMYK
RGB Variations
Color information
#C7777B (or 0xC7777B) is known color: Charm. HEX triplet: C7, 77 and 7B. RGB value is (199,119,123). Sum of RGB (Red+Green+Blue) = 199+119+123=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7777B is #388884. Grayscale: #8F8F8F. Windows color (decimal): -3704965 or 8091591. OLE color: 8091591.
HSL color Cylindrical-coordinate representation of color #C7777B: hue angle of 357º 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 #C7777B is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 123 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.22 |
| HSL | 357º | 0.42% | 0.62% | - |
| HSV(B) | 357º | 0.4% | 0.78% | - |
| XYZ | 33.73 | 26.77 | 22.13 | - |
| YUV | 143.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 123 | 0 | 0.40 | 0.38 | 0.22 | 357 | 0.42 | 0.62 |
| Hex | C7 | 77 | 7B | 0 | 28 | 26 | 16 | 165 | 2A | 3E |
| Octal | 307 | 167 | 173 | 0 | 50 | 46 | 26 | 545 | 52 | 76 |
| Binary | 11000111 | 1110111 | 1111011 | 0 | 101000 | 100110 | 10110 | 101100101 | 101010 | 111110 |
Color Harmonies of #C7777B
Complementary color
Monochromatic Colors of #C7777B
Black with #C7777B
Text Example
Text Example
White with #C7777B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7777B; }
p { color: rgb(199,119,123); }
H1.HeaderClassName
{
color: #C7777B;
}
.AnyTagClassName
{
color: #C7777B;
}
</style>
background-color css
<style>
a { background-color: #C7777B; }
a { background-color: rgb(199,119,123); }
div.DivClassName
{
background-color: #C7777B;
}
.BgClassName
{
background-color: #C7777B;
}
</style>
border-color css
<style>
span { border-color: #C7777B; }
span { border-color: rgb(199,119,123); }
td.TdClassName
{
border-color: #C7777B;
}
.TagClassName
{
border-color: #C7777B;
}
</style>