Shades of Brandy Rose #C77F74
Tints of Brandy Rose #C77F74
RGB
CMYK
RGB Variations
Color information
#C77F74 (or 0xC77F74) is known color: Brandy Rose. HEX triplet: C7, 7F and 74. RGB value is (199,127,116). Sum of RGB (Red+Green+Blue) = 199+127+116=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77F74 is #38808B. Grayscale: #939393. Windows color (decimal): -3702924 or 7634887. OLE color: 7634887.
HSL color Cylindrical-coordinate representation of color #C77F74: hue angle of 7.95º 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 #C77F74 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 116 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.22 |
| HSL | 7.95º | 0.43% | 0.62% | - |
| HSV(B) | 7.95º | 0.42% | 0.78% | - |
| XYZ | 34.29 | 28.58 | 20.23 | - |
| YUV | 147.27 | 110.35 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 116 | 0 | 0.36 | 0.42 | 0.22 | 7.95 | 0.43 | 0.62 |
| Hex | C7 | 7F | 74 | 0 | 24 | 2A | 16 | 8 | 2B | 3E |
| Octal | 307 | 177 | 164 | 0 | 44 | 52 | 26 | 10 | 53 | 76 |
| Binary | 11000111 | 1111111 | 1110100 | 0 | 100100 | 101010 | 10110 | 1000 | 101011 | 111110 |
Color Harmonies of #C77F74
Complementary color
Monochromatic Colors of #C77F74
Black with #C77F74
Text Example
Text Example
White with #C77F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F74; }
p { color: rgb(199,127,116); }
H1.HeaderClassName
{
color: #C77F74;
}
.AnyTagClassName
{
color: #C77F74;
}
</style>
background-color css
<style>
a { background-color: #C77F74; }
a { background-color: rgb(199,127,116); }
div.DivClassName
{
background-color: #C77F74;
}
.BgClassName
{
background-color: #C77F74;
}
</style>
border-color css
<style>
span { border-color: #C77F74; }
span { border-color: rgb(199,127,116); }
td.TdClassName
{
border-color: #C77F74;
}
.TagClassName
{
border-color: #C77F74;
}
</style>