Shades of Royal Heath #B74E7E
Tints of Royal Heath #B74E7E
RGB
CMYK
RGB Variations
Color information
#B74E7E (or 0xB74E7E) is known color: Royal Heath. HEX triplet: B7, 4E and 7E. RGB value is (183,78,126). Sum of RGB (Red+Green+Blue) = 183+78+126=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74E7E is #48B181. Grayscale: #727272. Windows color (decimal): -4764034 or 8277687. OLE color: 8277687.
HSL color Cylindrical-coordinate representation of color #B74E7E: hue angle of 332.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B74E7E is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 78 | 126 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.28 |
| HSL | 332.57º | 0.42% | 0.51% | - |
| HSV(B) | 332.57º | 0.57% | 0.72% | - |
| XYZ | 26.02 | 17.02 | 21.65 | - |
| YUV | 114.87 | 134.29 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 78 | 126 | 0 | 0.57 | 0.31 | 0.28 | 332.57 | 0.42 | 0.51 |
| Hex | B7 | 4E | 7E | 0 | 39 | 1F | 1C | 14D | 2A | 33 |
| Octal | 267 | 116 | 176 | 0 | 71 | 37 | 34 | 515 | 52 | 63 |
| Binary | 10110111 | 1001110 | 1111110 | 0 | 111001 | 11111 | 11100 | 101001101 | 101010 | 110011 |
Color Harmonies of #B74E7E
Complementary color
Monochromatic Colors of #B74E7E
Black with #B74E7E
Text Example
Text Example
White with #B74E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74E7E; }
p { color: rgb(183,78,126); }
H1.HeaderClassName
{
color: #B74E7E;
}
.AnyTagClassName
{
color: #B74E7E;
}
</style>
background-color css
<style>
a { background-color: #B74E7E; }
a { background-color: rgb(183,78,126); }
div.DivClassName
{
background-color: #B74E7E;
}
.BgClassName
{
background-color: #B74E7E;
}
</style>
border-color css
<style>
span { border-color: #B74E7E; }
span { border-color: rgb(183,78,126); }
td.TdClassName
{
border-color: #B74E7E;
}
.TagClassName
{
border-color: #B74E7E;
}
</style>