Shades of Pirate Gold #B7752D
Tints of Pirate Gold #B7752D
RGB
CMYK
RGB Variations
Color information
#B7752D (or 0xB7752D) is known color: Pirate Gold. HEX triplet: B7, 75 and 2D. RGB value is (183,117,45). Sum of RGB (Red+Green+Blue) = 183+117+45=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7752D is #488AD2. Grayscale: #808080. Windows color (decimal): -4754131 or 2979255. OLE color: 2979255.
HSL color Cylindrical-coordinate representation of color #B7752D: hue angle of 31.3º 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 #B7752D is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 117 | 45 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.28 |
| HSL | 31.3º | 0.61% | 0.45% | - |
| HSV(B) | 31.3º | 0.75% | 0.72% | - |
| XYZ | 26.36 | 22.98 | 5.53 | - |
| YUV | 128.53 | 80.87 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 117 | 45 | 0 | 0.36 | 0.75 | 0.28 | 31.3 | 0.61 | 0.45 |
| Hex | B7 | 75 | 2D | 0 | 24 | 4B | 1C | 1F | 3D | 2D |
| Octal | 267 | 165 | 55 | 0 | 44 | 113 | 34 | 37 | 75 | 55 |
| Binary | 10110111 | 1110101 | 101101 | 0 | 100100 | 1001011 | 11100 | 11111 | 111101 | 101101 |
Color Harmonies of #B7752D
Complementary color
Monochromatic Colors of #B7752D
Black with #B7752D
Text Example
Text Example
White with #B7752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7752D; }
p { color: rgb(183,117,45); }
H1.HeaderClassName
{
color: #B7752D;
}
.AnyTagClassName
{
color: #B7752D;
}
</style>
background-color css
<style>
a { background-color: #B7752D; }
a { background-color: rgb(183,117,45); }
div.DivClassName
{
background-color: #B7752D;
}
.BgClassName
{
background-color: #B7752D;
}
</style>
border-color css
<style>
span { border-color: #B7752D; }
span { border-color: rgb(183,117,45); }
td.TdClassName
{
border-color: #B7752D;
}
.TagClassName
{
border-color: #B7752D;
}
</style>