Shades of Buccaneer #7B5753
Tints of Buccaneer #7B5753
RGB
CMYK
RGB Variations
Color information
#7B5753 (or 0x7B5753) is known color: Buccaneer. HEX triplet: 7B, 57 and 53. RGB value is (123,87,83). Sum of RGB (Red+Green+Blue) = 123+87+83=293 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.98% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5753 is #84A8AC. Grayscale: #616161. Windows color (decimal): -8693933 or 5461883. OLE color: 5461883.
HSL color Cylindrical-coordinate representation of color #7B5753: hue angle of 6º 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 #7B5753 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 87 | 83 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.52 |
| HSL | 6º | 0.19% | 0.4% | - |
| HSV(B) | 6º | 0.33% | 0.48% | - |
| XYZ | 13.14 | 11.65 | 9.74 | - |
| YUV | 97.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 87 | 83 | 0 | 0.29 | 0.33 | 0.52 | 6 | 0.19 | 0.4 |
| Hex | 7B | 57 | 53 | 0 | 1D | 21 | 34 | 6 | 13 | 28 |
| Octal | 173 | 127 | 123 | 0 | 35 | 41 | 64 | 6 | 23 | 50 |
| Binary | 1111011 | 1010111 | 1010011 | 0 | 11101 | 100001 | 110100 | 110 | 10011 | 101000 |
Color Harmonies of #7B5753
Complementary color
Monochromatic Colors of #7B5753
Black with #7B5753
Text Example
Text Example
White with #7B5753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5753; }
p { color: rgb(123,87,83); }
H1.HeaderClassName
{
color: #7B5753;
}
.AnyTagClassName
{
color: #7B5753;
}
</style>
background-color css
<style>
a { background-color: #7B5753; }
a { background-color: rgb(123,87,83); }
div.DivClassName
{
background-color: #7B5753;
}
.BgClassName
{
background-color: #7B5753;
}
</style>
border-color css
<style>
span { border-color: #7B5753; }
span { border-color: rgb(123,87,83); }
td.TdClassName
{
border-color: #7B5753;
}
.TagClassName
{
border-color: #7B5753;
}
</style>