Shades of Brandy Rose #B77E7C
Tints of Brandy Rose #B77E7C
RGB
CMYK
RGB Variations
Color information
#B77E7C (or 0xB77E7C) is known color: Brandy Rose. HEX triplet: B7, 7E and 7C. RGB value is (183,126,124). Sum of RGB (Red+Green+Blue) = 183+126+124=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B77E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77E7C is #488183. Grayscale: #8E8E8E. Windows color (decimal): -4751748 or 8158903. OLE color: 8158903.
HSL color Cylindrical-coordinate representation of color #B77E7C: hue angle of 2.03º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B77E7C is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 126 | 124 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.28 |
| HSL | 2.03º | 0.29% | 0.6% | - |
| HSV(B) | 2.03º | 0.32% | 0.72% | - |
| XYZ | 30.63 | 26.44 | 22.56 | - |
| YUV | 142.82 | 117.38 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 126 | 124 | 0 | 0.31 | 0.32 | 0.28 | 2.03 | 0.29 | 0.6 |
| Hex | B7 | 7E | 7C | 0 | 1F | 20 | 1C | 2 | 1D | 3C |
| Octal | 267 | 176 | 174 | 0 | 37 | 40 | 34 | 2 | 35 | 74 |
| Binary | 10110111 | 1111110 | 1111100 | 0 | 11111 | 100000 | 11100 | 10 | 11101 | 111100 |
Color Harmonies of #B77E7C
Complementary color
Monochromatic Colors of #B77E7C
Black with #B77E7C
Text Example
Text Example
White with #B77E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77E7C; }
p { color: rgb(183,126,124); }
H1.HeaderClassName
{
color: #B77E7C;
}
.AnyTagClassName
{
color: #B77E7C;
}
</style>
background-color css
<style>
a { background-color: #B77E7C; }
a { background-color: rgb(183,126,124); }
div.DivClassName
{
background-color: #B77E7C;
}
.BgClassName
{
background-color: #B77E7C;
}
</style>
border-color css
<style>
span { border-color: #B77E7C; }
span { border-color: rgb(183,126,124); }
td.TdClassName
{
border-color: #B77E7C;
}
.TagClassName
{
border-color: #B77E7C;
}
</style>