Shades of Brandy Rose #C77F77
Tints of Brandy Rose #C77F77
RGB
CMYK
RGB Variations
Color information
#C77F77 (or 0xC77F77) is known color: Brandy Rose. HEX triplet: C7, 7F and 77. RGB value is (199,127,119). Sum of RGB (Red+Green+Blue) = 199+127+119=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77F77 is #388088. Grayscale: #939393. Windows color (decimal): -3702921 or 7831495. OLE color: 7831495.
HSL color Cylindrical-coordinate representation of color #C77F77: hue angle of 6º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C77F77 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 119 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.22 |
| HSL | 6º | 0.42% | 0.62% | - |
| HSV(B) | 6º | 0.4% | 0.78% | - |
| XYZ | 34.47 | 28.65 | 21.17 | - |
| YUV | 147.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 119 | 0 | 0.36 | 0.40 | 0.22 | 6 | 0.42 | 0.62 |
| Hex | C7 | 7F | 77 | 0 | 24 | 28 | 16 | 6 | 2A | 3E |
| Octal | 307 | 177 | 167 | 0 | 44 | 50 | 26 | 6 | 52 | 76 |
| Binary | 11000111 | 1111111 | 1110111 | 0 | 100100 | 101000 | 10110 | 110 | 101010 | 111110 |
Color Harmonies of #C77F77
Complementary color
Monochromatic Colors of #C77F77
Black with #C77F77
Text Example
Text Example
White with #C77F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77F77; }
p { color: rgb(199,127,119); }
H1.HeaderClassName
{
color: #C77F77;
}
.AnyTagClassName
{
color: #C77F77;
}
</style>
background-color css
<style>
a { background-color: #C77F77; }
a { background-color: rgb(199,127,119); }
div.DivClassName
{
background-color: #C77F77;
}
.BgClassName
{
background-color: #C77F77;
}
</style>
border-color css
<style>
span { border-color: #C77F77; }
span { border-color: rgb(199,127,119); }
td.TdClassName
{
border-color: #C77F77;
}
.TagClassName
{
border-color: #C77F77;
}
</style>