Shades of Buccaneer #7C4F4D
Tints of Buccaneer #7C4F4D
RGB
CMYK
RGB Variations
Color information
#7C4F4D (or 0x7C4F4D) is known color: Buccaneer. HEX triplet: 7C, 4F and 4D. RGB value is (124,79,77). Sum of RGB (Red+Green+Blue) = 124+79+77=280 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.29% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C4F4D is #83B0B2. Grayscale: #5C5C5C. Windows color (decimal): -8630451 or 5066620. OLE color: 5066620.
HSL color Cylindrical-coordinate representation of color #7C4F4D: hue angle of 2.55º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C4F4D is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 79 | 77 | - |
| CMYK | 0 | 0.36 | 0.38 | 0.51 |
| HSL | 2.55º | 0.23% | 0.39% | - |
| HSV(B) | 2.55º | 0.38% | 0.49% | - |
| XYZ | 12.45 | 10.41 | 8.37 | - |
| YUV | 92.23 | 119.41 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 79 | 77 | 0 | 0.36 | 0.38 | 0.51 | 2.55 | 0.23 | 0.39 |
| Hex | 7C | 4F | 4D | 0 | 24 | 26 | 33 | 3 | 17 | 27 |
| Octal | 174 | 117 | 115 | 0 | 44 | 46 | 63 | 3 | 27 | 47 |
| Binary | 1111100 | 1001111 | 1001101 | 0 | 100100 | 100110 | 110011 | 11 | 10111 | 100111 |
Color Harmonies of #7C4F4D
Complementary color
Monochromatic Colors of #7C4F4D
Black with #7C4F4D
Text Example
Text Example
White with #7C4F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4F4D; }
p { color: rgb(124,79,77); }
H1.HeaderClassName
{
color: #7C4F4D;
}
.AnyTagClassName
{
color: #7C4F4D;
}
</style>
background-color css
<style>
a { background-color: #7C4F4D; }
a { background-color: rgb(124,79,77); }
div.DivClassName
{
background-color: #7C4F4D;
}
.BgClassName
{
background-color: #7C4F4D;
}
</style>
border-color css
<style>
span { border-color: #7C4F4D; }
span { border-color: rgb(124,79,77); }
td.TdClassName
{
border-color: #7C4F4D;
}
.TagClassName
{
border-color: #7C4F4D;
}
</style>