Shades of Charm #C77A7F
Tints of Charm #C77A7F
RGB
CMYK
RGB Variations
Color information
#C77A7F (or 0xC77A7F) is known color: Charm. HEX triplet: C7, 7A and 7F. RGB value is (199,122,127). Sum of RGB (Red+Green+Blue) = 199+122+127=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77A7F is #388580. Grayscale: #919191. Windows color (decimal): -3704193 or 8354503. OLE color: 8354503.
HSL color Cylindrical-coordinate representation of color #C77A7F: hue angle of 356.1º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77A7F is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 127 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.22 |
| HSL | 356.1º | 0.41% | 0.63% | - |
| HSV(B) | 356.1º | 0.39% | 0.78% | - |
| XYZ | 34.34 | 27.59 | 23.59 | - |
| YUV | 145.59 | 117.51 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 127 | 0 | 0.39 | 0.36 | 0.22 | 356.1 | 0.41 | 0.63 |
| Hex | C7 | 7A | 7F | 0 | 27 | 24 | 16 | 164 | 29 | 3F |
| Octal | 307 | 172 | 177 | 0 | 47 | 44 | 26 | 544 | 51 | 77 |
| Binary | 11000111 | 1111010 | 1111111 | 0 | 100111 | 100100 | 10110 | 101100100 | 101001 | 111111 |
Color Harmonies of #C77A7F
Complementary color
Monochromatic Colors of #C77A7F
Black with #C77A7F
Text Example
Text Example
White with #C77A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A7F; }
p { color: rgb(199,122,127); }
H1.HeaderClassName
{
color: #C77A7F;
}
.AnyTagClassName
{
color: #C77A7F;
}
</style>
background-color css
<style>
a { background-color: #C77A7F; }
a { background-color: rgb(199,122,127); }
div.DivClassName
{
background-color: #C77A7F;
}
.BgClassName
{
background-color: #C77A7F;
}
</style>
border-color css
<style>
span { border-color: #C77A7F; }
span { border-color: rgb(199,122,127); }
td.TdClassName
{
border-color: #C77A7F;
}
.TagClassName
{
border-color: #C77A7F;
}
</style>