Shades of Buccaneer #7B5853
Tints of Buccaneer #7B5853
RGB
CMYK
RGB Variations
Color information
#7B5853 (or 0x7B5853) is known color: Buccaneer. HEX triplet: 7B, 58 and 53. RGB value is (123,88,83). Sum of RGB (Red+Green+Blue) = 123+88+83=294 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.84% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5853 is #84A7AC. Grayscale: #616161. Windows color (decimal): -8693677 or 5462139. OLE color: 5462139.
HSL color Cylindrical-coordinate representation of color #7B5853: hue angle of 7.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B5853 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 88 | 83 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.52 |
| HSL | 7.5º | 0.19% | 0.4% | - |
| HSV(B) | 7.5º | 0.33% | 0.48% | - |
| XYZ | 13.22 | 11.81 | 9.77 | - |
| YUV | 97.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 88 | 83 | 0 | 0.28 | 0.33 | 0.52 | 7.5 | 0.19 | 0.4 |
| Hex | 7B | 58 | 53 | 0 | 1C | 21 | 34 | 8 | 13 | 28 |
| Octal | 173 | 130 | 123 | 0 | 34 | 41 | 64 | 10 | 23 | 50 |
| Binary | 1111011 | 1011000 | 1010011 | 0 | 11100 | 100001 | 110100 | 1000 | 10011 | 101000 |
Color Harmonies of #7B5853
Complementary color
Monochromatic Colors of #7B5853
Black with #7B5853
Text Example
Text Example
White with #7B5853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5853; }
p { color: rgb(123,88,83); }
H1.HeaderClassName
{
color: #7B5853;
}
.AnyTagClassName
{
color: #7B5853;
}
</style>
background-color css
<style>
a { background-color: #7B5853; }
a { background-color: rgb(123,88,83); }
div.DivClassName
{
background-color: #7B5853;
}
.BgClassName
{
background-color: #7B5853;
}
</style>
border-color css
<style>
span { border-color: #7B5853; }
span { border-color: rgb(123,88,83); }
td.TdClassName
{
border-color: #7B5853;
}
.TagClassName
{
border-color: #7B5853;
}
</style>