Shades of Hopbush #C7779D
Tints of Hopbush #C7779D
RGB
CMYK
RGB Variations
Color information
#C7779D (or 0xC7779D) is known color: Hopbush. HEX triplet: C7, 77 and 9D. RGB value is (199,119,157). Sum of RGB (Red+Green+Blue) = 199+119+157=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 199 - color contains mainly: red. Hex color #C7779D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7779D is #388862. Grayscale: #939393. Windows color (decimal): -3704931 or 10319815. OLE color: 10319815.
HSL color Cylindrical-coordinate representation of color #C7779D: hue angle of 331.5º 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 #C7779D is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 119 | 157 | - |
| CMYK | 0 | 0.40 | 0.21 | 0.22 |
| HSL | 331.5º | 0.42% | 0.62% | - |
| HSV(B) | 331.5º | 0.4% | 0.78% | - |
| XYZ | 36.24 | 27.77 | 35.35 | - |
| YUV | 147.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 119 | 157 | 0 | 0.40 | 0.21 | 0.22 | 331.5 | 0.42 | 0.62 |
| Hex | C7 | 77 | 9D | 0 | 28 | 15 | 16 | 14C | 2A | 3E |
| Octal | 307 | 167 | 235 | 0 | 50 | 25 | 26 | 514 | 52 | 76 |
| Binary | 11000111 | 1110111 | 10011101 | 0 | 101000 | 10101 | 10110 | 101001100 | 101010 | 111110 |
Color Harmonies of #C7779D
Complementary color
Monochromatic Colors of #C7779D
Black with #C7779D
Text Example
Text Example
White with #C7779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7779D; }
p { color: rgb(199,119,157); }
H1.HeaderClassName
{
color: #C7779D;
}
.AnyTagClassName
{
color: #C7779D;
}
</style>
background-color css
<style>
a { background-color: #C7779D; }
a { background-color: rgb(199,119,157); }
div.DivClassName
{
background-color: #C7779D;
}
.BgClassName
{
background-color: #C7779D;
}
</style>
border-color css
<style>
span { border-color: #C7779D; }
span { border-color: rgb(199,119,157); }
td.TdClassName
{
border-color: #C7779D;
}
.TagClassName
{
border-color: #C7779D;
}
</style>