Shades of Buccaneer #7B5050
Tints of Buccaneer #7B5050
RGB
CMYK
RGB Variations
Color information
#7B5050 (or 0x7B5050) is known color: Buccaneer. HEX triplet: 7B, 50 and 50. RGB value is (123,80,80). Sum of RGB (Red+Green+Blue) = 123+80+80=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5050 is #84AFAF. Grayscale: #5C5C5C. Windows color (decimal): -8695728 or 5263483. OLE color: 5263483.
HSL color Cylindrical-coordinate representation of color #7B5050: hue angle of 0º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B5050 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 80 | 80 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.52 |
| HSL | 0º | 0.21% | 0.4% | - |
| HSV(B) | 0º | 0.35% | 0.48% | - |
| XYZ | 12.49 | 10.53 | 8.96 | - |
| YUV | 92.86 | 120.75 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 80 | 80 | 0 | 0.35 | 0.35 | 0.52 | 0 | 0.21 | 0.4 |
| Hex | 7B | 50 | 50 | 0 | 23 | 23 | 34 | 0 | 15 | 28 |
| Octal | 173 | 120 | 120 | 0 | 43 | 43 | 64 | 0 | 25 | 50 |
| Binary | 1111011 | 1010000 | 1010000 | 0 | 100011 | 100011 | 110100 | 0 | 10101 | 101000 |
Color Harmonies of #7B5050
Complementary color
Monochromatic Colors of #7B5050
Black with #7B5050
Text Example
Text Example
White with #7B5050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5050; }
p { color: rgb(123,80,80); }
H1.HeaderClassName
{
color: #7B5050;
}
.AnyTagClassName
{
color: #7B5050;
}
</style>
background-color css
<style>
a { background-color: #7B5050; }
a { background-color: rgb(123,80,80); }
div.DivClassName
{
background-color: #7B5050;
}
.BgClassName
{
background-color: #7B5050;
}
</style>
border-color css
<style>
span { border-color: #7B5050; }
span { border-color: rgb(123,80,80); }
td.TdClassName
{
border-color: #7B5050;
}
.TagClassName
{
border-color: #7B5050;
}
</style>