Shades of Brandy Rose #C77E76
Tints of Brandy Rose #C77E76
RGB
CMYK
RGB Variations
Color information
#C77E76 (or 0xC77E76) is known color: Brandy Rose. HEX triplet: C7, 7E and 76. RGB value is (199,126,118). Sum of RGB (Red+Green+Blue) = 199+126+118=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77E76 is #388189. Grayscale: #939393. Windows color (decimal): -3703178 or 7765703. OLE color: 7765703.
HSL color Cylindrical-coordinate representation of color #C77E76: hue angle of 5.93º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C77E76 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 118 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.22 |
| HSL | 5.93º | 0.42% | 0.62% | - |
| HSV(B) | 5.93º | 0.41% | 0.78% | - |
| XYZ | 34.28 | 28.37 | 20.81 | - |
| YUV | 146.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 118 | 0 | 0.37 | 0.41 | 0.22 | 5.93 | 0.42 | 0.62 |
| Hex | C7 | 7E | 76 | 0 | 25 | 29 | 16 | 6 | 2A | 3E |
| Octal | 307 | 176 | 166 | 0 | 45 | 51 | 26 | 6 | 52 | 76 |
| Binary | 11000111 | 1111110 | 1110110 | 0 | 100101 | 101001 | 10110 | 110 | 101010 | 111110 |
Color Harmonies of #C77E76
Complementary color
Monochromatic Colors of #C77E76
Black with #C77E76
Text Example
Text Example
White with #C77E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E76; }
p { color: rgb(199,126,118); }
H1.HeaderClassName
{
color: #C77E76;
}
.AnyTagClassName
{
color: #C77E76;
}
</style>
background-color css
<style>
a { background-color: #C77E76; }
a { background-color: rgb(199,126,118); }
div.DivClassName
{
background-color: #C77E76;
}
.BgClassName
{
background-color: #C77E76;
}
</style>
border-color css
<style>
span { border-color: #C77E76; }
span { border-color: rgb(199,126,118); }
td.TdClassName
{
border-color: #C77E76;
}
.TagClassName
{
border-color: #C77E76;
}
</style>