Shades of Buccaneer #7B5453
Tints of Buccaneer #7B5453
RGB
CMYK
RGB Variations
Color information
#7B5453 (or 0x7B5453) is known color: Buccaneer. HEX triplet: 7B, 54 and 53. RGB value is (123,84,83). Sum of RGB (Red+Green+Blue) = 123+84+83=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5453 is #84ABAC. Grayscale: #5F5F5F. Windows color (decimal): -8694701 or 5461115. OLE color: 5461115.
HSL color Cylindrical-coordinate representation of color #7B5453: hue angle of 1.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 #7B5453 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 84 | 83 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.52 |
| HSL | 1.5º | 0.19% | 0.4% | - |
| HSV(B) | 1.5º | 0.33% | 0.48% | - |
| XYZ | 12.9 | 11.18 | 9.66 | - |
| YUV | 95.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 84 | 83 | 0 | 0.32 | 0.33 | 0.52 | 1.5 | 0.19 | 0.4 |
| Hex | 7B | 54 | 53 | 0 | 20 | 21 | 34 | 2 | 13 | 28 |
| Octal | 173 | 124 | 123 | 0 | 40 | 41 | 64 | 2 | 23 | 50 |
| Binary | 1111011 | 1010100 | 1010011 | 0 | 100000 | 100001 | 110100 | 10 | 10011 | 101000 |
Color Harmonies of #7B5453
Complementary color
Monochromatic Colors of #7B5453
Black with #7B5453
Text Example
Text Example
White with #7B5453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5453; }
p { color: rgb(123,84,83); }
H1.HeaderClassName
{
color: #7B5453;
}
.AnyTagClassName
{
color: #7B5453;
}
</style>
background-color css
<style>
a { background-color: #7B5453; }
a { background-color: rgb(123,84,83); }
div.DivClassName
{
background-color: #7B5453;
}
.BgClassName
{
background-color: #7B5453;
}
</style>
border-color css
<style>
span { border-color: #7B5453; }
span { border-color: rgb(123,84,83); }
td.TdClassName
{
border-color: #7B5453;
}
.TagClassName
{
border-color: #7B5453;
}
</style>