Shades of Brandy Rose #B77F7E
Tints of Brandy Rose #B77F7E
RGB
CMYK
RGB Variations
Color information
#B77F7E (or 0xB77F7E) is known color: Brandy Rose. HEX triplet: B7, 7F and 7E. RGB value is (183,127,126). Sum of RGB (Red+Green+Blue) = 183+127+126=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77F7E is #488081. Grayscale: #8F8F8F. Windows color (decimal): -4751490 or 8290231. OLE color: 8290231.
HSL color Cylindrical-coordinate representation of color #B77F7E: hue angle of 1.05º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B77F7E is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 126 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.28 |
| HSL | 1.05º | 0.28% | 0.61% | - |
| HSV(B) | 1.05º | 0.31% | 0.72% | - |
| XYZ | 30.88 | 26.75 | 23.27 | - |
| YUV | 143.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 126 | 0 | 0.31 | 0.31 | 0.28 | 1.05 | 0.28 | 0.61 |
| Hex | B7 | 7F | 7E | 0 | 1F | 1F | 1C | 1 | 1C | 3D |
| Octal | 267 | 177 | 176 | 0 | 37 | 37 | 34 | 1 | 34 | 75 |
| Binary | 10110111 | 1111111 | 1111110 | 0 | 11111 | 11111 | 11100 | 1 | 11100 | 111101 |
Color Harmonies of #B77F7E
Complementary color
Monochromatic Colors of #B77F7E
Black with #B77F7E
Text Example
Text Example
White with #B77F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F7E; }
p { color: rgb(183,127,126); }
H1.HeaderClassName
{
color: #B77F7E;
}
.AnyTagClassName
{
color: #B77F7E;
}
</style>
background-color css
<style>
a { background-color: #B77F7E; }
a { background-color: rgb(183,127,126); }
div.DivClassName
{
background-color: #B77F7E;
}
.BgClassName
{
background-color: #B77F7E;
}
</style>
border-color css
<style>
span { border-color: #B77F7E; }
span { border-color: rgb(183,127,126); }
td.TdClassName
{
border-color: #B77F7E;
}
.TagClassName
{
border-color: #B77F7E;
}
</style>