Shades of Brandy Rose #B77978
Tints of Brandy Rose #B77978
RGB
CMYK
RGB Variations
Color information
#B77978 (or 0xB77978) is known color: Brandy Rose. HEX triplet: B7, 79 and 78. RGB value is (183,121,120). Sum of RGB (Red+Green+Blue) = 183+121+120=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 121 (47.66% from 255 or 28.54% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B77978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77978 is #488687. Grayscale: #8B8B8B. Windows color (decimal): -4753032 or 7895479. OLE color: 7895479.
HSL color Cylindrical-coordinate representation of color #B77978: hue angle of 0.95º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B77978 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 120 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.28 |
| HSL | 0.95º | 0.3% | 0.59% | - |
| HSV(B) | 0.95º | 0.34% | 0.72% | - |
| XYZ | 29.76 | 25.1 | 21.05 | - |
| YUV | 139.42 | 117.04 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 120 | 0 | 0.34 | 0.34 | 0.28 | 0.95 | 0.3 | 0.59 |
| Hex | B7 | 79 | 78 | 0 | 22 | 22 | 1C | 1 | 1E | 3B |
| Octal | 267 | 171 | 170 | 0 | 42 | 42 | 34 | 1 | 36 | 73 |
| Binary | 10110111 | 1111001 | 1111000 | 0 | 100010 | 100010 | 11100 | 1 | 11110 | 111011 |
Color Harmonies of #B77978
Complementary color
Monochromatic Colors of #B77978
Black with #B77978
Text Example
Text Example
White with #B77978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77978; }
p { color: rgb(183,121,120); }
H1.HeaderClassName
{
color: #B77978;
}
.AnyTagClassName
{
color: #B77978;
}
</style>
background-color css
<style>
a { background-color: #B77978; }
a { background-color: rgb(183,121,120); }
div.DivClassName
{
background-color: #B77978;
}
.BgClassName
{
background-color: #B77978;
}
</style>
border-color css
<style>
span { border-color: #B77978; }
span { border-color: rgb(183,121,120); }
td.TdClassName
{
border-color: #B77978;
}
.TagClassName
{
border-color: #B77978;
}
</style>