Shades of Buccaneer #7B534D
Tints of Buccaneer #7B534D
RGB
CMYK
RGB Variations
Color information
#7B534D (or 0x7B534D) is known color: Buccaneer. HEX triplet: 7B, 53 and 4D. RGB value is (123,83,77). Sum of RGB (Red+Green+Blue) = 123+83+77=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 123 - color contains mainly: red. Hex color #7B534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B534D is #84ACB2. Grayscale: #5E5E5E. Windows color (decimal): -8694963 or 5067643. OLE color: 5067643.
HSL color Cylindrical-coordinate representation of color #7B534D: hue angle of 7.83º 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 #7B534D is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 83 | 77 | - |
| CMYK | 0 | 0.33 | 0.37 | 0.52 |
| HSL | 7.83º | 0.23% | 0.39% | - |
| HSV(B) | 7.83º | 0.37% | 0.48% | - |
| XYZ | 12.6 | 10.93 | 8.47 | - |
| YUV | 94.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 83 | 77 | 0 | 0.33 | 0.37 | 0.52 | 7.83 | 0.23 | 0.39 |
| Hex | 7B | 53 | 4D | 0 | 21 | 25 | 34 | 8 | 17 | 27 |
| Octal | 173 | 123 | 115 | 0 | 41 | 45 | 64 | 10 | 27 | 47 |
| Binary | 1111011 | 1010011 | 1001101 | 0 | 100001 | 100101 | 110100 | 1000 | 10111 | 100111 |
Color Harmonies of #7B534D
Complementary color
Monochromatic Colors of #7B534D
Black with #7B534D
Text Example
Text Example
White with #7B534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B534D; }
p { color: rgb(123,83,77); }
H1.HeaderClassName
{
color: #7B534D;
}
.AnyTagClassName
{
color: #7B534D;
}
</style>
background-color css
<style>
a { background-color: #7B534D; }
a { background-color: rgb(123,83,77); }
div.DivClassName
{
background-color: #7B534D;
}
.BgClassName
{
background-color: #7B534D;
}
</style>
border-color css
<style>
span { border-color: #7B534D; }
span { border-color: rgb(123,83,77); }
td.TdClassName
{
border-color: #7B534D;
}
.TagClassName
{
border-color: #7B534D;
}
</style>