Shades of Buccaneer #714E4A
Tints of Buccaneer #714E4A
RGB
CMYK
RGB Variations
Color information
#714E4A (or 0x714E4A) is known color: Buccaneer. HEX triplet: 71, 4E and 4A. RGB value is (113,78,74). Sum of RGB (Red+Green+Blue) = 113+78+74=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #714E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E4A is #8EB1B5. Grayscale: #585858. Windows color (decimal): -9351606 or 4869745. OLE color: 4869745.
HSL color Cylindrical-coordinate representation of color #714E4A: hue angle of 6.15º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #714E4A is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 78 | 74 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.56 |
| HSL | 6.15º | 0.21% | 0.37% | - |
| HSV(B) | 6.15º | 0.35% | 0.44% | - |
| XYZ | 10.77 | 9.45 | 7.74 | - |
| YUV | 88.01 | 120.1 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 78 | 74 | 0 | 0.31 | 0.35 | 0.56 | 6.15 | 0.21 | 0.37 |
| Hex | 71 | 4E | 4A | 0 | 1F | 23 | 38 | 6 | 15 | 25 |
| Octal | 161 | 116 | 112 | 0 | 37 | 43 | 70 | 6 | 25 | 45 |
| Binary | 1110001 | 1001110 | 1001010 | 0 | 11111 | 100011 | 111000 | 110 | 10101 | 100101 |
Color Harmonies of #714E4A
Complementary color
Monochromatic Colors of #714E4A
Black with #714E4A
Text Example
Text Example
White with #714E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714E4A; }
p { color: rgb(113,78,74); }
H1.HeaderClassName
{
color: #714E4A;
}
.AnyTagClassName
{
color: #714E4A;
}
</style>
background-color css
<style>
a { background-color: #714E4A; }
a { background-color: rgb(113,78,74); }
div.DivClassName
{
background-color: #714E4A;
}
.BgClassName
{
background-color: #714E4A;
}
</style>
border-color css
<style>
span { border-color: #714E4A; }
span { border-color: rgb(113,78,74); }
td.TdClassName
{
border-color: #714E4A;
}
.TagClassName
{
border-color: #714E4A;
}
</style>