Shades of Brandy Punch #C77A44
Tints of Brandy Punch #C77A44
RGB
CMYK
RGB Variations
Color information
#C77A44 (or 0xC77A44) is known color: Brandy Punch. HEX triplet: C7, 7A and 44. RGB value is (199,122,68). Sum of RGB (Red+Green+Blue) = 199+122+68=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77A44 is #3885BB. Grayscale: #8B8B8B. Windows color (decimal): -3704252 or 4487879. OLE color: 4487879.
HSL color Cylindrical-coordinate representation of color #C77A44: hue angle of 24.73º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C77A44 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 68 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.22 |
| HSL | 24.73º | 0.54% | 0.52% | - |
| HSV(B) | 24.73º | 0.66% | 0.78% | - |
| XYZ | 31.56 | 26.48 | 8.92 | - |
| YUV | 138.87 | 88.01 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 68 | 0 | 0.39 | 0.66 | 0.22 | 24.73 | 0.54 | 0.52 |
| Hex | C7 | 7A | 44 | 0 | 27 | 42 | 16 | 19 | 36 | 34 |
| Octal | 307 | 172 | 104 | 0 | 47 | 102 | 26 | 31 | 66 | 64 |
| Binary | 11000111 | 1111010 | 1000100 | 0 | 100111 | 1000010 | 10110 | 11001 | 110110 | 110100 |
Color Harmonies of #C77A44
Complementary color
Monochromatic Colors of #C77A44
Black with #C77A44
Text Example
Text Example
White with #C77A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77A44; }
p { color: rgb(199,122,68); }
H1.HeaderClassName
{
color: #C77A44;
}
.AnyTagClassName
{
color: #C77A44;
}
</style>
background-color css
<style>
a { background-color: #C77A44; }
a { background-color: rgb(199,122,68); }
div.DivClassName
{
background-color: #C77A44;
}
.BgClassName
{
background-color: #C77A44;
}
</style>
border-color css
<style>
span { border-color: #C77A44; }
span { border-color: rgb(199,122,68); }
td.TdClassName
{
border-color: #C77A44;
}
.TagClassName
{
border-color: #C77A44;
}
</style>