Shades of Hopbush #C77DA7
Tints of Hopbush #C77DA7
RGB
CMYK
RGB Variations
Color information
#C77DA7 (or 0xC77DA7) is known color: Hopbush. HEX triplet: C7, 7D and A7. RGB value is (199,125,167). Sum of RGB (Red+Green+Blue) = 199+125+167=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C77DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77DA7 is #388258. Grayscale: #979797. Windows color (decimal): -3703385 or 10976711. OLE color: 10976711.
HSL color Cylindrical-coordinate representation of color #C77DA7: hue angle of 325.95º degrees, saturation: 0.4, 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 #C77DA7 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 167 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.22 |
| HSL | 325.95º | 0.4% | 0.64% | - |
| HSV(B) | 325.95º | 0.37% | 0.78% | - |
| XYZ | 37.86 | 29.6 | 40.28 | - |
| YUV | 151.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 167 | 0 | 0.37 | 0.16 | 0.22 | 325.95 | 0.4 | 0.64 |
| Hex | C7 | 7D | A7 | 0 | 25 | 10 | 16 | 146 | 28 | 40 |
| Octal | 307 | 175 | 247 | 0 | 45 | 20 | 26 | 506 | 50 | 100 |
| Binary | 11000111 | 1111101 | 10100111 | 0 | 100101 | 10000 | 10110 | 101000110 | 101000 | 1000000 |
Color Harmonies of #C77DA7
Complementary color
Monochromatic Colors of #C77DA7
Black with #C77DA7
Text Example
Text Example
White with #C77DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77DA7; }
p { color: rgb(199,125,167); }
H1.HeaderClassName
{
color: #C77DA7;
}
.AnyTagClassName
{
color: #C77DA7;
}
</style>
background-color css
<style>
a { background-color: #C77DA7; }
a { background-color: rgb(199,125,167); }
div.DivClassName
{
background-color: #C77DA7;
}
.BgClassName
{
background-color: #C77DA7;
}
</style>
border-color css
<style>
span { border-color: #C77DA7; }
span { border-color: rgb(199,125,167); }
td.TdClassName
{
border-color: #C77DA7;
}
.TagClassName
{
border-color: #C77DA7;
}
</style>