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