Shades of Charm #C77E7F
Tints of Charm #C77E7F
RGB
CMYK
RGB Variations
Color information
#C77E7F (or 0xC77E7F) is known color: Charm. HEX triplet: C7, 7E and 7F. RGB value is (199,126,127). Sum of RGB (Red+Green+Blue) = 199+126+127=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77E7F is #388180. Grayscale: #949494. Windows color (decimal): -3703169 or 8355527. OLE color: 8355527.
HSL color Cylindrical-coordinate representation of color #C77E7F: hue angle of 359.18º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C77E7F is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 127 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.22 |
| HSL | 359.18º | 0.39% | 0.64% | - |
| HSV(B) | 359.18º | 0.37% | 0.78% | - |
| XYZ | 34.84 | 28.6 | 23.76 | - |
| YUV | 147.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 127 | 0 | 0.37 | 0.36 | 0.22 | 359.18 | 0.39 | 0.64 |
| Hex | C7 | 7E | 7F | 0 | 25 | 24 | 16 | 167 | 27 | 40 |
| Octal | 307 | 176 | 177 | 0 | 45 | 44 | 26 | 547 | 47 | 100 |
| Binary | 11000111 | 1111110 | 1111111 | 0 | 100101 | 100100 | 10110 | 101100111 | 100111 | 1000000 |
Color Harmonies of #C77E7F
Complementary color
Monochromatic Colors of #C77E7F
Black with #C77E7F
Text Example
Text Example
White with #C77E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E7F; }
p { color: rgb(199,126,127); }
H1.HeaderClassName
{
color: #C77E7F;
}
.AnyTagClassName
{
color: #C77E7F;
}
</style>
background-color css
<style>
a { background-color: #C77E7F; }
a { background-color: rgb(199,126,127); }
div.DivClassName
{
background-color: #C77E7F;
}
.BgClassName
{
background-color: #C77E7F;
}
</style>
border-color css
<style>
span { border-color: #C77E7F; }
span { border-color: rgb(199,126,127); }
td.TdClassName
{
border-color: #C77E7F;
}
.TagClassName
{
border-color: #C77E7F;
}
</style>