Shades of Buccaneer #714F4F
Tints of Buccaneer #714F4F
RGB
CMYK
RGB Variations
Color information
#714F4F (or 0x714F4F) is known color: Buccaneer. HEX triplet: 71, 4F and 4F. RGB value is (113,79,79). Sum of RGB (Red+Green+Blue) = 113+79+79=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #714F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F4F is #8EB0B0. Grayscale: #595959. Windows color (decimal): -9351345 or 5197681. OLE color: 5197681.
HSL color Cylindrical-coordinate representation of color #714F4F: hue angle of 0º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #714F4F is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 79 | 79 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.56 |
| HSL | 0º | 0.18% | 0.38% | - |
| HSV(B) | 0º | 0.3% | 0.44% | - |
| XYZ | 11.02 | 9.67 | 8.68 | - |
| YUV | 89.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 79 | 0 | 0.30 | 0.30 | 0.56 | 0 | 0.18 | 0.38 |
| Hex | 71 | 4F | 4F | 0 | 1E | 1E | 38 | 0 | 12 | 26 |
| Octal | 161 | 117 | 117 | 0 | 36 | 36 | 70 | 0 | 22 | 46 |
| Binary | 1110001 | 1001111 | 1001111 | 0 | 11110 | 11110 | 111000 | 0 | 10010 | 100110 |
Color Harmonies of #714F4F
Complementary color
Monochromatic Colors of #714F4F
Black with #714F4F
Text Example
Text Example
White with #714F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F4F; }
p { color: rgb(113,79,79); }
H1.HeaderClassName
{
color: #714F4F;
}
.AnyTagClassName
{
color: #714F4F;
}
</style>
background-color css
<style>
a { background-color: #714F4F; }
a { background-color: rgb(113,79,79); }
div.DivClassName
{
background-color: #714F4F;
}
.BgClassName
{
background-color: #714F4F;
}
</style>
border-color css
<style>
span { border-color: #714F4F; }
span { border-color: rgb(113,79,79); }
td.TdClassName
{
border-color: #714F4F;
}
.TagClassName
{
border-color: #714F4F;
}
</style>