Shades of Brandy Rose #B78A77
Tints of Brandy Rose #B78A77
RGB
CMYK
RGB Variations
Color information
#B78A77 (or 0xB78A77) is known color: Brandy Rose. HEX triplet: B7, 8A and 77. RGB value is (183,138,119). Sum of RGB (Red+Green+Blue) = 183+138+119=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 119 (46.88% from 255 or 27.05% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78A77 is #487588. Grayscale: #959595. Windows color (decimal): -4748681 or 7834295. OLE color: 7834295.
HSL color Cylindrical-coordinate representation of color #B78A77: hue angle of 17.81º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B78A77 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 119 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.28 |
| HSL | 17.81º | 0.31% | 0.59% | - |
| HSV(B) | 17.81º | 0.35% | 0.72% | - |
| XYZ | 31.95 | 29.58 | 21.48 | - |
| YUV | 149.29 | 110.91 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 119 | 0 | 0.25 | 0.35 | 0.28 | 17.81 | 0.31 | 0.59 |
| Hex | B7 | 8A | 77 | 0 | 19 | 23 | 1C | 12 | 1F | 3B |
| Octal | 267 | 212 | 167 | 0 | 31 | 43 | 34 | 22 | 37 | 73 |
| Binary | 10110111 | 10001010 | 1110111 | 0 | 11001 | 100011 | 11100 | 10010 | 11111 | 111011 |
Color Harmonies of #B78A77
Complementary color
Monochromatic Colors of #B78A77
Black with #B78A77
Text Example
Text Example
White with #B78A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A77; }
p { color: rgb(183,138,119); }
H1.HeaderClassName
{
color: #B78A77;
}
.AnyTagClassName
{
color: #B78A77;
}
</style>
background-color css
<style>
a { background-color: #B78A77; }
a { background-color: rgb(183,138,119); }
div.DivClassName
{
background-color: #B78A77;
}
.BgClassName
{
background-color: #B78A77;
}
</style>
border-color css
<style>
span { border-color: #B78A77; }
span { border-color: rgb(183,138,119); }
td.TdClassName
{
border-color: #B78A77;
}
.TagClassName
{
border-color: #B78A77;
}
</style>