Shades of Buccaneer #7B544D
Tints of Buccaneer #7B544D
RGB
CMYK
RGB Variations
Color information
#7B544D (or 0x7B544D) is known color: Buccaneer. HEX triplet: 7B, 54 and 4D. RGB value is (123,84,77). Sum of RGB (Red+Green+Blue) = 123+84+77=284 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.31% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 123 - color contains mainly: red. Hex color #7B544D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B544D is #84ABB2. Grayscale: #5E5E5E. Windows color (decimal): -8694707 or 5067899. OLE color: 5067899.
HSL color Cylindrical-coordinate representation of color #7B544D: hue angle of 9.13º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B544D is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 84 | 77 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.52 |
| HSL | 9.13º | 0.23% | 0.39% | - |
| HSV(B) | 9.13º | 0.37% | 0.48% | - |
| XYZ | 12.68 | 11.09 | 8.49 | - |
| YUV | 94.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 84 | 77 | 0 | 0.32 | 0.37 | 0.52 | 9.13 | 0.23 | 0.39 |
| Hex | 7B | 54 | 4D | 0 | 20 | 25 | 34 | 9 | 17 | 27 |
| Octal | 173 | 124 | 115 | 0 | 40 | 45 | 64 | 11 | 27 | 47 |
| Binary | 1111011 | 1010100 | 1001101 | 0 | 100000 | 100101 | 110100 | 1001 | 10111 | 100111 |
Color Harmonies of #7B544D
Complementary color
Monochromatic Colors of #7B544D
Black with #7B544D
Text Example
Text Example
White with #7B544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B544D; }
p { color: rgb(123,84,77); }
H1.HeaderClassName
{
color: #7B544D;
}
.AnyTagClassName
{
color: #7B544D;
}
</style>
background-color css
<style>
a { background-color: #7B544D; }
a { background-color: rgb(123,84,77); }
div.DivClassName
{
background-color: #7B544D;
}
.BgClassName
{
background-color: #7B544D;
}
</style>
border-color css
<style>
span { border-color: #7B544D; }
span { border-color: rgb(123,84,77); }
td.TdClassName
{
border-color: #7B544D;
}
.TagClassName
{
border-color: #7B544D;
}
</style>