Shades of Rose Bud Cherry #7F375F
Tints of Rose Bud Cherry #7F375F
RGB
CMYK
RGB Variations
Color information
#7F375F (or 0x7F375F) is known color: Rose Bud Cherry. HEX triplet: 7F, 37 and 5F. RGB value is (127,55,95). Sum of RGB (Red+Green+Blue) = 127+55+95=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 127 - color contains mainly: red. Hex color #7F375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F375F is #80C8A0. Grayscale: #515151. Windows color (decimal): -8439969 or 6240127. OLE color: 6240127.
HSL color Cylindrical-coordinate representation of color #7F375F: hue angle of 326.67º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F375F is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 55 | 95 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.50 |
| HSL | 326.67º | 0.4% | 0.36% | - |
| HSV(B) | 326.67º | 0.57% | 0.5% | - |
| XYZ | 12.18 | 8.07 | 11.74 | - |
| YUV | 81.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 55 | 95 | 0 | 0.57 | 0.25 | 0.50 | 326.67 | 0.4 | 0.36 |
| Hex | 7F | 37 | 5F | 0 | 39 | 19 | 32 | 147 | 28 | 24 |
| Octal | 177 | 67 | 137 | 0 | 71 | 31 | 62 | 507 | 50 | 44 |
| Binary | 1111111 | 110111 | 1011111 | 0 | 111001 | 11001 | 110010 | 101000111 | 101000 | 100100 |
Color Harmonies of #7F375F
Complementary color
Monochromatic Colors of #7F375F
Black with #7F375F
Text Example
Text Example
White with #7F375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F375F; }
p { color: rgb(127,55,95); }
H1.HeaderClassName
{
color: #7F375F;
}
.AnyTagClassName
{
color: #7F375F;
}
</style>
background-color css
<style>
a { background-color: #7F375F; }
a { background-color: rgb(127,55,95); }
div.DivClassName
{
background-color: #7F375F;
}
.BgClassName
{
background-color: #7F375F;
}
</style>
border-color css
<style>
span { border-color: #7F375F; }
span { border-color: rgb(127,55,95); }
td.TdClassName
{
border-color: #7F375F;
}
.TagClassName
{
border-color: #7F375F;
}
</style>