Shades of Buccaneer #7B5A56
Tints of Buccaneer #7B5A56
RGB
CMYK
RGB Variations
Color information
#7B5A56 (or 0x7B5A56) is known color: Buccaneer. HEX triplet: 7B, 5A and 56. RGB value is (123,90,86). Sum of RGB (Red+Green+Blue) = 123+90+86=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5A56 is #84A5A9. Grayscale: #636363. Windows color (decimal): -8693162 or 5659259. OLE color: 5659259.
HSL color Cylindrical-coordinate representation of color #7B5A56: hue angle of 6.49º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B5A56 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 90 | 86 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.52 |
| HSL | 6.49º | 0.18% | 0.41% | - |
| HSV(B) | 6.49º | 0.3% | 0.48% | - |
| XYZ | 13.5 | 12.2 | 10.45 | - |
| YUV | 99.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 90 | 86 | 0 | 0.27 | 0.30 | 0.52 | 6.49 | 0.18 | 0.41 |
| Hex | 7B | 5A | 56 | 0 | 1B | 1E | 34 | 6 | 12 | 29 |
| Octal | 173 | 132 | 126 | 0 | 33 | 36 | 64 | 6 | 22 | 51 |
| Binary | 1111011 | 1011010 | 1010110 | 0 | 11011 | 11110 | 110100 | 110 | 10010 | 101001 |
Color Harmonies of #7B5A56
Complementary color
Monochromatic Colors of #7B5A56
Black with #7B5A56
Text Example
Text Example
White with #7B5A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5A56; }
p { color: rgb(123,90,86); }
H1.HeaderClassName
{
color: #7B5A56;
}
.AnyTagClassName
{
color: #7B5A56;
}
</style>
background-color css
<style>
a { background-color: #7B5A56; }
a { background-color: rgb(123,90,86); }
div.DivClassName
{
background-color: #7B5A56;
}
.BgClassName
{
background-color: #7B5A56;
}
</style>
border-color css
<style>
span { border-color: #7B5A56; }
span { border-color: rgb(123,90,86); }
td.TdClassName
{
border-color: #7B5A56;
}
.TagClassName
{
border-color: #7B5A56;
}
</style>