Shades of Buccaneer #7B504F
Tints of Buccaneer #7B504F
RGB
CMYK
RGB Variations
Color information
#7B504F (or 0x7B504F) is known color: Buccaneer. HEX triplet: 7B, 50 and 4F. RGB value is (123,80,79). Sum of RGB (Red+Green+Blue) = 123+80+79=282 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.62% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 123 - color contains mainly: red. Hex color #7B504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B504F is #84AFB0. Grayscale: #5C5C5C. Windows color (decimal): -8695729 or 5197947. OLE color: 5197947.
HSL color Cylindrical-coordinate representation of color #7B504F: hue angle of 1.36º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B504F is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 80 | 79 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.52 |
| HSL | 1.36º | 0.22% | 0.4% | - |
| HSV(B) | 1.36º | 0.36% | 0.48% | - |
| XYZ | 12.45 | 10.51 | 8.77 | - |
| YUV | 92.74 | 120.25 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 80 | 79 | 0 | 0.35 | 0.36 | 0.52 | 1.36 | 0.22 | 0.4 |
| Hex | 7B | 50 | 4F | 0 | 23 | 24 | 34 | 1 | 16 | 28 |
| Octal | 173 | 120 | 117 | 0 | 43 | 44 | 64 | 1 | 26 | 50 |
| Binary | 1111011 | 1010000 | 1001111 | 0 | 100011 | 100100 | 110100 | 1 | 10110 | 101000 |
Color Harmonies of #7B504F
Complementary color
Monochromatic Colors of #7B504F
Black with #7B504F
Text Example
Text Example
White with #7B504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B504F; }
p { color: rgb(123,80,79); }
H1.HeaderClassName
{
color: #7B504F;
}
.AnyTagClassName
{
color: #7B504F;
}
</style>
background-color css
<style>
a { background-color: #7B504F; }
a { background-color: rgb(123,80,79); }
div.DivClassName
{
background-color: #7B504F;
}
.BgClassName
{
background-color: #7B504F;
}
</style>
border-color css
<style>
span { border-color: #7B504F; }
span { border-color: rgb(123,80,79); }
td.TdClassName
{
border-color: #7B504F;
}
.TagClassName
{
border-color: #7B504F;
}
</style>