Shades of Rose Bud Cherry #7F205C
Tints of Rose Bud Cherry #7F205C
RGB
CMYK
RGB Variations
Color information
#7F205C (or 0x7F205C) is known color: Rose Bud Cherry. HEX triplet: 7F, 20 and 5C. RGB value is (127,32,92). Sum of RGB (Red+Green+Blue) = 127+32+92=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 92 (36.33% from 255 or 36.65% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F205C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F205C is #80DFA3. Grayscale: #434343. Windows color (decimal): -8445860 or 6037631. OLE color: 6037631.
HSL color Cylindrical-coordinate representation of color #7F205C: hue angle of 322.11º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F205C is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 32 | 92 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.50 |
| HSL | 322.11º | 0.6% | 0.31% | - |
| HSV(B) | 322.11º | 0.75% | 0.5% | - |
| XYZ | 11.2 | 6.32 | 10.75 | - |
| YUV | 67.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 32 | 92 | 0 | 0.75 | 0.28 | 0.50 | 322.11 | 0.6 | 0.31 |
| Hex | 7F | 20 | 5C | 0 | 4B | 1C | 32 | 142 | 3C | 1F |
| Octal | 177 | 40 | 134 | 0 | 113 | 34 | 62 | 502 | 74 | 37 |
| Binary | 1111111 | 100000 | 1011100 | 0 | 1001011 | 11100 | 110010 | 101000010 | 111100 | 11111 |
Color Harmonies of #7F205C
Complementary color
Monochromatic Colors of #7F205C
Black with #7F205C
Text Example
Text Example
White with #7F205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F205C; }
p { color: rgb(127,32,92); }
H1.HeaderClassName
{
color: #7F205C;
}
.AnyTagClassName
{
color: #7F205C;
}
</style>
background-color css
<style>
a { background-color: #7F205C; }
a { background-color: rgb(127,32,92); }
div.DivClassName
{
background-color: #7F205C;
}
.BgClassName
{
background-color: #7F205C;
}
</style>
border-color css
<style>
span { border-color: #7F205C; }
span { border-color: rgb(127,32,92); }
td.TdClassName
{
border-color: #7F205C;
}
.TagClassName
{
border-color: #7F205C;
}
</style>