Shades of Brandy Rose #B77F7B
Tints of Brandy Rose #B77F7B
RGB
CMYK
RGB Variations
Color information
#B77F7B (or 0xB77F7B) is known color: Brandy Rose. HEX triplet: B7, 7F and 7B. RGB value is (183,127,123). Sum of RGB (Red+Green+Blue) = 183+127+123=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77F7B is #488084. Grayscale: #8F8F8F. Windows color (decimal): -4751493 or 8093623. OLE color: 8093623.
HSL color Cylindrical-coordinate representation of color #B77F7B: hue angle of 4º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B77F7B is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 123 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.28 |
| HSL | 4º | 0.29% | 0.6% | - |
| HSV(B) | 4º | 0.33% | 0.72% | - |
| XYZ | 30.69 | 26.68 | 22.27 | - |
| YUV | 143.29 | 116.55 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 123 | 0 | 0.31 | 0.33 | 0.28 | 4 | 0.29 | 0.6 |
| Hex | B7 | 7F | 7B | 0 | 1F | 21 | 1C | 4 | 1D | 3C |
| Octal | 267 | 177 | 173 | 0 | 37 | 41 | 34 | 4 | 35 | 74 |
| Binary | 10110111 | 1111111 | 1111011 | 0 | 11111 | 100001 | 11100 | 100 | 11101 | 111100 |
Color Harmonies of #B77F7B
Complementary color
Monochromatic Colors of #B77F7B
Black with #B77F7B
Text Example
Text Example
White with #B77F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F7B; }
p { color: rgb(183,127,123); }
H1.HeaderClassName
{
color: #B77F7B;
}
.AnyTagClassName
{
color: #B77F7B;
}
</style>
background-color css
<style>
a { background-color: #B77F7B; }
a { background-color: rgb(183,127,123); }
div.DivClassName
{
background-color: #B77F7B;
}
.BgClassName
{
background-color: #B77F7B;
}
</style>
border-color css
<style>
span { border-color: #B77F7B; }
span { border-color: rgb(183,127,123); }
td.TdClassName
{
border-color: #B77F7B;
}
.TagClassName
{
border-color: #B77F7B;
}
</style>