Shades of Buccaneer #7B524D
Tints of Buccaneer #7B524D
RGB
CMYK
RGB Variations
Color information
#7B524D (or 0x7B524D) is known color: Buccaneer. HEX triplet: 7B, 52 and 4D. RGB value is (123,82,77). Sum of RGB (Red+Green+Blue) = 123+82+77=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 123 - color contains mainly: red. Hex color #7B524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B524D is #84ADB2. Grayscale: #5D5D5D. Windows color (decimal): -8695219 or 5067387. OLE color: 5067387.
HSL color Cylindrical-coordinate representation of color #7B524D: hue angle of 6.52º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B524D is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 82 | 77 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.52 |
| HSL | 6.52º | 0.23% | 0.39% | - |
| HSV(B) | 6.52º | 0.37% | 0.48% | - |
| XYZ | 12.53 | 10.78 | 8.44 | - |
| YUV | 93.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 82 | 77 | 0 | 0.33 | 0.37 | 0.52 | 6.52 | 0.23 | 0.39 |
| Hex | 7B | 52 | 4D | 0 | 21 | 25 | 34 | 7 | 17 | 27 |
| Octal | 173 | 122 | 115 | 0 | 41 | 45 | 64 | 7 | 27 | 47 |
| Binary | 1111011 | 1010010 | 1001101 | 0 | 100001 | 100101 | 110100 | 111 | 10111 | 100111 |
Color Harmonies of #7B524D
Complementary color
Monochromatic Colors of #7B524D
Black with #7B524D
Text Example
Text Example
White with #7B524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B524D; }
p { color: rgb(123,82,77); }
H1.HeaderClassName
{
color: #7B524D;
}
.AnyTagClassName
{
color: #7B524D;
}
</style>
background-color css
<style>
a { background-color: #7B524D; }
a { background-color: rgb(123,82,77); }
div.DivClassName
{
background-color: #7B524D;
}
.BgClassName
{
background-color: #7B524D;
}
</style>
border-color css
<style>
span { border-color: #7B524D; }
span { border-color: rgb(123,82,77); }
td.TdClassName
{
border-color: #7B524D;
}
.TagClassName
{
border-color: #7B524D;
}
</style>