Shades of Buccaneer #7B5450
Tints of Buccaneer #7B5450
RGB
CMYK
RGB Variations
Color information
#7B5450 (or 0x7B5450) is known color: Buccaneer. HEX triplet: 7B, 54 and 50. RGB value is (123,84,80). Sum of RGB (Red+Green+Blue) = 123+84+80=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5450 is #84ABAF. Grayscale: #5F5F5F. Windows color (decimal): -8694704 or 5264507. OLE color: 5264507.
HSL color Cylindrical-coordinate representation of color #7B5450: hue angle of 5.58º 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 #7B5450 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 84 | 80 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.52 |
| HSL | 5.58º | 0.21% | 0.4% | - |
| HSV(B) | 5.58º | 0.35% | 0.48% | - |
| XYZ | 12.79 | 11.13 | 9.06 | - |
| YUV | 95.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 84 | 80 | 0 | 0.32 | 0.35 | 0.52 | 5.58 | 0.21 | 0.4 |
| Hex | 7B | 54 | 50 | 0 | 20 | 23 | 34 | 6 | 15 | 28 |
| Octal | 173 | 124 | 120 | 0 | 40 | 43 | 64 | 6 | 25 | 50 |
| Binary | 1111011 | 1010100 | 1010000 | 0 | 100000 | 100011 | 110100 | 110 | 10101 | 101000 |
Color Harmonies of #7B5450
Complementary color
Monochromatic Colors of #7B5450
Black with #7B5450
Text Example
Text Example
White with #7B5450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5450; }
p { color: rgb(123,84,80); }
H1.HeaderClassName
{
color: #7B5450;
}
.AnyTagClassName
{
color: #7B5450;
}
</style>
background-color css
<style>
a { background-color: #7B5450; }
a { background-color: rgb(123,84,80); }
div.DivClassName
{
background-color: #7B5450;
}
.BgClassName
{
background-color: #7B5450;
}
</style>
border-color css
<style>
span { border-color: #7B5450; }
span { border-color: rgb(123,84,80); }
td.TdClassName
{
border-color: #7B5450;
}
.TagClassName
{
border-color: #7B5450;
}
</style>