Shades of Buccaneer #7C4F4C
Tints of Buccaneer #7C4F4C
RGB
CMYK
RGB Variations
Color information
#7C4F4C (or 0x7C4F4C) is known color: Buccaneer. HEX triplet: 7C, 4F and 4C. RGB value is (124,79,76). Sum of RGB (Red+Green+Blue) = 124+79+76=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4F4C is #83B0B3. Grayscale: #5C5C5C. Windows color (decimal): -8630452 or 5001084. OLE color: 5001084.
HSL color Cylindrical-coordinate representation of color #7C4F4C: hue angle of 3.75º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C4F4C is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 79 | 76 | - |
| CMYK | 0 | 0.36 | 0.39 | 0.51 |
| HSL | 3.75º | 0.24% | 0.39% | - |
| HSV(B) | 3.75º | 0.39% | 0.49% | - |
| XYZ | 12.41 | 10.4 | 8.19 | - |
| YUV | 92.11 | 118.91 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 79 | 76 | 0 | 0.36 | 0.39 | 0.51 | 3.75 | 0.24 | 0.39 |
| Hex | 7C | 4F | 4C | 0 | 24 | 27 | 33 | 4 | 18 | 27 |
| Octal | 174 | 117 | 114 | 0 | 44 | 47 | 63 | 4 | 30 | 47 |
| Binary | 1111100 | 1001111 | 1001100 | 0 | 100100 | 100111 | 110011 | 100 | 11000 | 100111 |
Color Harmonies of #7C4F4C
Complementary color
Monochromatic Colors of #7C4F4C
Black with #7C4F4C
Text Example
Text Example
White with #7C4F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4F4C; }
p { color: rgb(124,79,76); }
H1.HeaderClassName
{
color: #7C4F4C;
}
.AnyTagClassName
{
color: #7C4F4C;
}
</style>
background-color css
<style>
a { background-color: #7C4F4C; }
a { background-color: rgb(124,79,76); }
div.DivClassName
{
background-color: #7C4F4C;
}
.BgClassName
{
background-color: #7C4F4C;
}
</style>
border-color css
<style>
span { border-color: #7C4F4C; }
span { border-color: rgb(124,79,76); }
td.TdClassName
{
border-color: #7C4F4C;
}
.TagClassName
{
border-color: #7C4F4C;
}
</style>