Shades of Buccaneer #7B5752
Tints of Buccaneer #7B5752
RGB
CMYK
RGB Variations
Color information
#7B5752 (or 0x7B5752) is known color: Buccaneer. HEX triplet: 7B, 57 and 52. RGB value is (123,87,82). Sum of RGB (Red+Green+Blue) = 123+87+82=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 87 (34.38% from 255 or 29.79% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5752 is #84A8AD. Grayscale: #616161. Windows color (decimal): -8693934 or 5396347. OLE color: 5396347.
HSL color Cylindrical-coordinate representation of color #7B5752: hue angle of 7.32º degrees, saturation: 0.2, 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 #7B5752 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 87 | 82 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.52 |
| HSL | 7.32º | 0.2% | 0.4% | - |
| HSV(B) | 7.32º | 0.33% | 0.48% | - |
| XYZ | 13.1 | 11.64 | 9.54 | - |
| YUV | 97.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 87 | 82 | 0 | 0.29 | 0.33 | 0.52 | 7.32 | 0.2 | 0.4 |
| Hex | 7B | 57 | 52 | 0 | 1D | 21 | 34 | 7 | 14 | 28 |
| Octal | 173 | 127 | 122 | 0 | 35 | 41 | 64 | 7 | 24 | 50 |
| Binary | 1111011 | 1010111 | 1010010 | 0 | 11101 | 100001 | 110100 | 111 | 10100 | 101000 |
Color Harmonies of #7B5752
Complementary color
Monochromatic Colors of #7B5752
Black with #7B5752
Text Example
Text Example
White with #7B5752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5752; }
p { color: rgb(123,87,82); }
H1.HeaderClassName
{
color: #7B5752;
}
.AnyTagClassName
{
color: #7B5752;
}
</style>
background-color css
<style>
a { background-color: #7B5752; }
a { background-color: rgb(123,87,82); }
div.DivClassName
{
background-color: #7B5752;
}
.BgClassName
{
background-color: #7B5752;
}
</style>
border-color css
<style>
span { border-color: #7B5752; }
span { border-color: rgb(123,87,82); }
td.TdClassName
{
border-color: #7B5752;
}
.TagClassName
{
border-color: #7B5752;
}
</style>