Shades of Pirate Gold #B7771C
Tints of Pirate Gold #B7771C
RGB
CMYK
RGB Variations
Color information
#B7771C (or 0xB7771C) is known color: Pirate Gold. HEX triplet: B7, 77 and 1C. RGB value is (183,119,28). Sum of RGB (Red+Green+Blue) = 183+119+28=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B7771C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7771C is #4888E3. Grayscale: #808080. Windows color (decimal): -4753636 or 1865655. OLE color: 1865655.
HSL color Cylindrical-coordinate representation of color #B7771C: hue angle of 35.23º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7771C is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 119 | 28 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.28 |
| HSL | 35.23º | 0.73% | 0.41% | - |
| HSV(B) | 35.23º | 0.85% | 0.72% | - |
| XYZ | 26.33 | 23.34 | 4.22 | - |
| YUV | 127.76 | 71.7 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 119 | 28 | 0 | 0.35 | 0.85 | 0.28 | 35.23 | 0.73 | 0.41 |
| Hex | B7 | 77 | 1C | 0 | 23 | 55 | 1C | 23 | 49 | 29 |
| Octal | 267 | 167 | 34 | 0 | 43 | 125 | 34 | 43 | 111 | 51 |
| Binary | 10110111 | 1110111 | 11100 | 0 | 100011 | 1010101 | 11100 | 100011 | 1001001 | 101001 |
Color Harmonies of #B7771C
Complementary color
Monochromatic Colors of #B7771C
Black with #B7771C
Text Example
Text Example
White with #B7771C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7771C; }
p { color: rgb(183,119,28); }
H1.HeaderClassName
{
color: #B7771C;
}
.AnyTagClassName
{
color: #B7771C;
}
</style>
background-color css
<style>
a { background-color: #B7771C; }
a { background-color: rgb(183,119,28); }
div.DivClassName
{
background-color: #B7771C;
}
.BgClassName
{
background-color: #B7771C;
}
</style>
border-color css
<style>
span { border-color: #B7771C; }
span { border-color: rgb(183,119,28); }
td.TdClassName
{
border-color: #B7771C;
}
.TagClassName
{
border-color: #B7771C;
}
</style>