Shades of Brandy Rose #B77A79
Tints of Brandy Rose #B77A79
RGB
CMYK
RGB Variations
Color information
#B77A79 (or 0xB77A79) is known color: Brandy Rose. HEX triplet: B7, 7A and 79. RGB value is (183,122,121). Sum of RGB (Red+Green+Blue) = 183+122+121=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77A79 is #488586. Grayscale: #8C8C8C. Windows color (decimal): -4752775 or 7961271. OLE color: 7961271.
HSL color Cylindrical-coordinate representation of color #B77A79: hue angle of 0.97º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B77A79 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 121 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.28 |
| HSL | 0.97º | 0.3% | 0.6% | - |
| HSV(B) | 0.97º | 0.34% | 0.72% | - |
| XYZ | 29.94 | 25.37 | 21.41 | - |
| YUV | 140.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 121 | 0 | 0.33 | 0.34 | 0.28 | 0.97 | 0.3 | 0.6 |
| Hex | B7 | 7A | 79 | 0 | 21 | 22 | 1C | 1 | 1E | 3C |
| Octal | 267 | 172 | 171 | 0 | 41 | 42 | 34 | 1 | 36 | 74 |
| Binary | 10110111 | 1111010 | 1111001 | 0 | 100001 | 100010 | 11100 | 1 | 11110 | 111100 |
Color Harmonies of #B77A79
Complementary color
Monochromatic Colors of #B77A79
Black with #B77A79
Text Example
Text Example
White with #B77A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77A79; }
p { color: rgb(183,122,121); }
H1.HeaderClassName
{
color: #B77A79;
}
.AnyTagClassName
{
color: #B77A79;
}
</style>
background-color css
<style>
a { background-color: #B77A79; }
a { background-color: rgb(183,122,121); }
div.DivClassName
{
background-color: #B77A79;
}
.BgClassName
{
background-color: #B77A79;
}
</style>
border-color css
<style>
span { border-color: #B77A79; }
span { border-color: rgb(183,122,121); }
td.TdClassName
{
border-color: #B77A79;
}
.TagClassName
{
border-color: #B77A79;
}
</style>