Shades of Buccaneer #7B4E4D
Tints of Buccaneer #7B4E4D
RGB
CMYK
RGB Variations
Color information
#7B4E4D (or 0x7B4E4D) is known color: Buccaneer. HEX triplet: 7B, 4E and 4D. RGB value is (123,78,77). Sum of RGB (Red+Green+Blue) = 123+78+77=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B4E4D is #84B1B2. Grayscale: #5B5B5B. Windows color (decimal): -8696243 or 5066363. OLE color: 5066363.
HSL color Cylindrical-coordinate representation of color #7B4E4D: hue angle of 1.3º 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 #7B4E4D is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 78 | 77 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.52 |
| HSL | 1.3º | 0.23% | 0.39% | - |
| HSV(B) | 1.3º | 0.37% | 0.48% | - |
| XYZ | 12.23 | 10.2 | 8.34 | - |
| YUV | 91.34 | 119.91 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 78 | 77 | 0 | 0.37 | 0.37 | 0.52 | 1.3 | 0.23 | 0.39 |
| Hex | 7B | 4E | 4D | 0 | 25 | 25 | 34 | 1 | 17 | 27 |
| Octal | 173 | 116 | 115 | 0 | 45 | 45 | 64 | 1 | 27 | 47 |
| Binary | 1111011 | 1001110 | 1001101 | 0 | 100101 | 100101 | 110100 | 1 | 10111 | 100111 |
Color Harmonies of #7B4E4D
Complementary color
Monochromatic Colors of #7B4E4D
Black with #7B4E4D
Text Example
Text Example
White with #7B4E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4E4D; }
p { color: rgb(123,78,77); }
H1.HeaderClassName
{
color: #7B4E4D;
}
.AnyTagClassName
{
color: #7B4E4D;
}
</style>
background-color css
<style>
a { background-color: #7B4E4D; }
a { background-color: rgb(123,78,77); }
div.DivClassName
{
background-color: #7B4E4D;
}
.BgClassName
{
background-color: #7B4E4D;
}
</style>
border-color css
<style>
span { border-color: #7B4E4D; }
span { border-color: rgb(123,78,77); }
td.TdClassName
{
border-color: #7B4E4D;
}
.TagClassName
{
border-color: #7B4E4D;
}
</style>