Shades of Rose Bud Cherry #7F3662
Tints of Rose Bud Cherry #7F3662
RGB
CMYK
RGB Variations
Color information
#7F3662 (or 0x7F3662) is known color: Rose Bud Cherry. HEX triplet: 7F, 36 and 62. RGB value is (127,54,98). Sum of RGB (Red+Green+Blue) = 127+54+98=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3662 is #80C99D. Grayscale: #505050. Windows color (decimal): -8440222 or 6436479. OLE color: 6436479.
HSL color Cylindrical-coordinate representation of color #7F3662: hue angle of 323.84º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F3662 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 54 | 98 | - |
| CMYK | 0 | 0.57 | 0.23 | 0.50 |
| HSL | 323.84º | 0.4% | 0.35% | - |
| HSV(B) | 323.84º | 0.57% | 0.5% | - |
| XYZ | 12.28 | 8.03 | 12.46 | - |
| YUV | 80.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 54 | 98 | 0 | 0.57 | 0.23 | 0.50 | 323.84 | 0.4 | 0.35 |
| Hex | 7F | 36 | 62 | 0 | 39 | 17 | 32 | 144 | 28 | 23 |
| Octal | 177 | 66 | 142 | 0 | 71 | 27 | 62 | 504 | 50 | 43 |
| Binary | 1111111 | 110110 | 1100010 | 0 | 111001 | 10111 | 110010 | 101000100 | 101000 | 100011 |
Color Harmonies of #7F3662
Complementary color
Monochromatic Colors of #7F3662
Black with #7F3662
Text Example
Text Example
White with #7F3662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3662; }
p { color: rgb(127,54,98); }
H1.HeaderClassName
{
color: #7F3662;
}
.AnyTagClassName
{
color: #7F3662;
}
</style>
background-color css
<style>
a { background-color: #7F3662; }
a { background-color: rgb(127,54,98); }
div.DivClassName
{
background-color: #7F3662;
}
.BgClassName
{
background-color: #7F3662;
}
</style>
border-color css
<style>
span { border-color: #7F3662; }
span { border-color: rgb(127,54,98); }
td.TdClassName
{
border-color: #7F3662;
}
.TagClassName
{
border-color: #7F3662;
}
</style>