Shades of Buccaneer #7B514F
Tints of Buccaneer #7B514F
RGB
CMYK
RGB Variations
Color information
#7B514F (or 0x7B514F) is known color: Buccaneer. HEX triplet: 7B, 51 and 4F. RGB value is (123,81,79). Sum of RGB (Red+Green+Blue) = 123+81+79=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 123 - color contains mainly: red. Hex color #7B514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B514F is #84AEB0. Grayscale: #5D5D5D. Windows color (decimal): -8695473 or 5198203. OLE color: 5198203.
HSL color Cylindrical-coordinate representation of color #7B514F: hue angle of 2.73º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B514F is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 81 | 79 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.52 |
| HSL | 2.73º | 0.22% | 0.4% | - |
| HSV(B) | 2.73º | 0.36% | 0.48% | - |
| XYZ | 12.52 | 10.66 | 8.79 | - |
| YUV | 93.33 | 119.91 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 79 | 0 | 0.34 | 0.36 | 0.52 | 2.73 | 0.22 | 0.4 |
| Hex | 7B | 51 | 4F | 0 | 22 | 24 | 34 | 3 | 16 | 28 |
| Octal | 173 | 121 | 117 | 0 | 42 | 44 | 64 | 3 | 26 | 50 |
| Binary | 1111011 | 1010001 | 1001111 | 0 | 100010 | 100100 | 110100 | 11 | 10110 | 101000 |
Color Harmonies of #7B514F
Complementary color
Monochromatic Colors of #7B514F
Black with #7B514F
Text Example
Text Example
White with #7B514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B514F; }
p { color: rgb(123,81,79); }
H1.HeaderClassName
{
color: #7B514F;
}
.AnyTagClassName
{
color: #7B514F;
}
</style>
background-color css
<style>
a { background-color: #7B514F; }
a { background-color: rgb(123,81,79); }
div.DivClassName
{
background-color: #7B514F;
}
.BgClassName
{
background-color: #7B514F;
}
</style>
border-color css
<style>
span { border-color: #7B514F; }
span { border-color: rgb(123,81,79); }
td.TdClassName
{
border-color: #7B514F;
}
.TagClassName
{
border-color: #7B514F;
}
</style>