Shades of Pirate Gold #B7762C
Tints of Pirate Gold #B7762C
RGB
CMYK
RGB Variations
Color information
#B7762C (or 0xB7762C) is known color: Pirate Gold. HEX triplet: B7, 76 and 2C. RGB value is (183,118,44). Sum of RGB (Red+Green+Blue) = 183+118+44=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7762C is #4889D3. Grayscale: #818181. Windows color (decimal): -4753876 or 2913975. OLE color: 2913975.
HSL color Cylindrical-coordinate representation of color #B7762C: hue angle of 31.94º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7762C is Cyan = 0, Magento = 0.36, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 118 | 44 | - |
| CMYK | 0 | 0.36 | 0.76 | 0.28 |
| HSL | 31.94º | 0.61% | 0.45% | - |
| HSV(B) | 31.94º | 0.76% | 0.72% | - |
| XYZ | 26.46 | 23.21 | 5.47 | - |
| YUV | 129 | 80.03 | 166.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 118 | 44 | 0 | 0.36 | 0.76 | 0.28 | 31.94 | 0.61 | 0.45 |
| Hex | B7 | 76 | 2C | 0 | 24 | 4C | 1C | 20 | 3D | 2D |
| Octal | 267 | 166 | 54 | 0 | 44 | 114 | 34 | 40 | 75 | 55 |
| Binary | 10110111 | 1110110 | 101100 | 0 | 100100 | 1001100 | 11100 | 100000 | 111101 | 101101 |
Color Harmonies of #B7762C
Complementary color
Monochromatic Colors of #B7762C
Black with #B7762C
Text Example
Text Example
White with #B7762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7762C; }
p { color: rgb(183,118,44); }
H1.HeaderClassName
{
color: #B7762C;
}
.AnyTagClassName
{
color: #B7762C;
}
</style>
background-color css
<style>
a { background-color: #B7762C; }
a { background-color: rgb(183,118,44); }
div.DivClassName
{
background-color: #B7762C;
}
.BgClassName
{
background-color: #B7762C;
}
</style>
border-color css
<style>
span { border-color: #B7762C; }
span { border-color: rgb(183,118,44); }
td.TdClassName
{
border-color: #B7762C;
}
.TagClassName
{
border-color: #B7762C;
}
</style>