Shades of Royal Heath #B74A77
Tints of Royal Heath #B74A77
RGB
CMYK
RGB Variations
Color information
#B74A77 (or 0xB74A77) is known color: Royal Heath. HEX triplet: B7, 4A and 77. RGB value is (183,74,119). Sum of RGB (Red+Green+Blue) = 183+74+119=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74A77 is #48B588. Grayscale: #6F6F6F. Windows color (decimal): -4765065 or 7817911. OLE color: 7817911.
HSL color Cylindrical-coordinate representation of color #B74A77: hue angle of 335.23º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74A77 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 74 | 119 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.28 |
| HSL | 335.23º | 0.43% | 0.5% | - |
| HSV(B) | 335.23º | 0.6% | 0.72% | - |
| XYZ | 25.31 | 16.3 | 19.26 | - |
| YUV | 111.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 119 | 0 | 0.60 | 0.35 | 0.28 | 335.23 | 0.43 | 0.5 |
| Hex | B7 | 4A | 77 | 0 | 3C | 23 | 1C | 14F | 2B | 32 |
| Octal | 267 | 112 | 167 | 0 | 74 | 43 | 34 | 517 | 53 | 62 |
| Binary | 10110111 | 1001010 | 1110111 | 0 | 111100 | 100011 | 11100 | 101001111 | 101011 | 110010 |
Color Harmonies of #B74A77
Complementary color
Monochromatic Colors of #B74A77
Black with #B74A77
Text Example
Text Example
White with #B74A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74A77; }
p { color: rgb(183,74,119); }
H1.HeaderClassName
{
color: #B74A77;
}
.AnyTagClassName
{
color: #B74A77;
}
</style>
background-color css
<style>
a { background-color: #B74A77; }
a { background-color: rgb(183,74,119); }
div.DivClassName
{
background-color: #B74A77;
}
.BgClassName
{
background-color: #B74A77;
}
</style>
border-color css
<style>
span { border-color: #B74A77; }
span { border-color: rgb(183,74,119); }
td.TdClassName
{
border-color: #B74A77;
}
.TagClassName
{
border-color: #B74A77;
}
</style>