Shades of Brandy Rose #B77C7A
Tints of Brandy Rose #B77C7A
RGB
CMYK
RGB Variations
Color information
#B77C7A (or 0xB77C7A) is known color: Brandy Rose. HEX triplet: B7, 7C and 7A. RGB value is (183,124,122). Sum of RGB (Red+Green+Blue) = 183+124+122=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B77C7A is #488385. Grayscale: #8D8D8D. Windows color (decimal): -4752262 or 8027319. OLE color: 8027319.
HSL color Cylindrical-coordinate representation of color #B77C7A: hue angle of 1.97º degrees, saturation: 0.3, 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 #B77C7A is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 124 | 122 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.28 |
| HSL | 1.97º | 0.3% | 0.6% | - |
| HSV(B) | 1.97º | 0.33% | 0.72% | - |
| XYZ | 30.25 | 25.89 | 21.81 | - |
| YUV | 141.41 | 117.05 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 124 | 122 | 0 | 0.32 | 0.33 | 0.28 | 1.97 | 0.3 | 0.6 |
| Hex | B7 | 7C | 7A | 0 | 20 | 21 | 1C | 2 | 1E | 3C |
| Octal | 267 | 174 | 172 | 0 | 40 | 41 | 34 | 2 | 36 | 74 |
| Binary | 10110111 | 1111100 | 1111010 | 0 | 100000 | 100001 | 11100 | 10 | 11110 | 111100 |
Color Harmonies of #B77C7A
Complementary color
Monochromatic Colors of #B77C7A
Black with #B77C7A
Text Example
Text Example
White with #B77C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77C7A; }
p { color: rgb(183,124,122); }
H1.HeaderClassName
{
color: #B77C7A;
}
.AnyTagClassName
{
color: #B77C7A;
}
</style>
background-color css
<style>
a { background-color: #B77C7A; }
a { background-color: rgb(183,124,122); }
div.DivClassName
{
background-color: #B77C7A;
}
.BgClassName
{
background-color: #B77C7A;
}
</style>
border-color css
<style>
span { border-color: #B77C7A; }
span { border-color: rgb(183,124,122); }
td.TdClassName
{
border-color: #B77C7A;
}
.TagClassName
{
border-color: #B77C7A;
}
</style>