Shades of Brandy Rose #C77E74
Tints of Brandy Rose #C77E74
RGB
CMYK
RGB Variations
Color information
#C77E74 (or 0xC77E74) is known color: Brandy Rose. HEX triplet: C7, 7E and 74. RGB value is (199,126,116). Sum of RGB (Red+Green+Blue) = 199+126+116=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C77E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77E74 is #38818B. Grayscale: #929292. Windows color (decimal): -3703180 or 7634631. OLE color: 7634631.
HSL color Cylindrical-coordinate representation of color #C77E74: hue angle of 7.23º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C77E74 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 126 | 116 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.22 |
| HSL | 7.23º | 0.43% | 0.62% | - |
| HSV(B) | 7.23º | 0.42% | 0.78% | - |
| XYZ | 34.17 | 28.32 | 20.19 | - |
| YUV | 146.69 | 110.68 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 126 | 116 | 0 | 0.37 | 0.42 | 0.22 | 7.23 | 0.43 | 0.62 |
| Hex | C7 | 7E | 74 | 0 | 25 | 2A | 16 | 7 | 2B | 3E |
| Octal | 307 | 176 | 164 | 0 | 45 | 52 | 26 | 7 | 53 | 76 |
| Binary | 11000111 | 1111110 | 1110100 | 0 | 100101 | 101010 | 10110 | 111 | 101011 | 111110 |
Color Harmonies of #C77E74
Complementary color
Monochromatic Colors of #C77E74
Black with #C77E74
Text Example
Text Example
White with #C77E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77E74; }
p { color: rgb(199,126,116); }
H1.HeaderClassName
{
color: #C77E74;
}
.AnyTagClassName
{
color: #C77E74;
}
</style>
background-color css
<style>
a { background-color: #C77E74; }
a { background-color: rgb(199,126,116); }
div.DivClassName
{
background-color: #C77E74;
}
.BgClassName
{
background-color: #C77E74;
}
</style>
border-color css
<style>
span { border-color: #C77E74; }
span { border-color: rgb(199,126,116); }
td.TdClassName
{
border-color: #C77E74;
}
.TagClassName
{
border-color: #C77E74;
}
</style>