Shades of Brandy Punch #B7763C
Tints of Brandy Punch #B7763C
RGB
CMYK
RGB Variations
Color information
#B7763C (or 0xB7763C) is known color: Brandy Punch. HEX triplet: B7, 76 and 3C. RGB value is (183,118,60). Sum of RGB (Red+Green+Blue) = 183+118+60=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7763C is #4889C3. Grayscale: #838383. Windows color (decimal): -4753860 or 3962551. OLE color: 3962551.
HSL color Cylindrical-coordinate representation of color #B7763C: hue angle of 28.29º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7763C is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 60 | - |
| CMYK | 0 | 0.36 | 0.67 | 0.28 |
| HSL | 28.29º | 0.51% | 0.48% | - |
| HSV(B) | 28.29º | 0.67% | 0.72% | - |
| XYZ | 26.82 | 23.35 | 7.37 | - |
| YUV | 130.82 | 88.03 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 60 | 0 | 0.36 | 0.67 | 0.28 | 28.29 | 0.51 | 0.48 |
| Hex | B7 | 76 | 3C | 0 | 24 | 43 | 1C | 1C | 33 | 30 |
| Octal | 267 | 166 | 74 | 0 | 44 | 103 | 34 | 34 | 63 | 60 |
| Binary | 10110111 | 1110110 | 111100 | 0 | 100100 | 1000011 | 11100 | 11100 | 110011 | 110000 |
Color Harmonies of #B7763C
Complementary color
Monochromatic Colors of #B7763C
Black with #B7763C
Text Example
Text Example
White with #B7763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7763C; }
p { color: rgb(183,118,60); }
H1.HeaderClassName
{
color: #B7763C;
}
.AnyTagClassName
{
color: #B7763C;
}
</style>
background-color css
<style>
a { background-color: #B7763C; }
a { background-color: rgb(183,118,60); }
div.DivClassName
{
background-color: #B7763C;
}
.BgClassName
{
background-color: #B7763C;
}
</style>
border-color css
<style>
span { border-color: #B7763C; }
span { border-color: rgb(183,118,60); }
td.TdClassName
{
border-color: #B7763C;
}
.TagClassName
{
border-color: #B7763C;
}
</style>