Shades of Buccaneer #704D4A
Tints of Buccaneer #704D4A
RGB
CMYK
RGB Variations
Color information
#704D4A (or 0x704D4A) is known color: Buccaneer. HEX triplet: 70, 4D and 4A. RGB value is (112,77,74). Sum of RGB (Red+Green+Blue) = 112+77+74=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #704D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D4A is #8FB2B5. Grayscale: #575757. Windows color (decimal): -9417398 or 4869488. OLE color: 4869488.
HSL color Cylindrical-coordinate representation of color #704D4A: hue angle of 4.74º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #704D4A is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 77 | 74 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.56 |
| HSL | 4.74º | 0.2% | 0.36% | - |
| HSV(B) | 4.74º | 0.34% | 0.44% | - |
| XYZ | 10.57 | 9.25 | 7.71 | - |
| YUV | 87.12 | 120.6 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 77 | 74 | 0 | 0.31 | 0.34 | 0.56 | 4.74 | 0.2 | 0.36 |
| Hex | 70 | 4D | 4A | 0 | 1F | 22 | 38 | 5 | 14 | 24 |
| Octal | 160 | 115 | 112 | 0 | 37 | 42 | 70 | 5 | 24 | 44 |
| Binary | 1110000 | 1001101 | 1001010 | 0 | 11111 | 100010 | 111000 | 101 | 10100 | 100100 |
Color Harmonies of #704D4A
Complementary color
Monochromatic Colors of #704D4A
Black with #704D4A
Text Example
Text Example
White with #704D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #704D4A; }
p { color: rgb(112,77,74); }
H1.HeaderClassName
{
color: #704D4A;
}
.AnyTagClassName
{
color: #704D4A;
}
</style>
background-color css
<style>
a { background-color: #704D4A; }
a { background-color: rgb(112,77,74); }
div.DivClassName
{
background-color: #704D4A;
}
.BgClassName
{
background-color: #704D4A;
}
</style>
border-color css
<style>
span { border-color: #704D4A; }
span { border-color: rgb(112,77,74); }
td.TdClassName
{
border-color: #704D4A;
}
.TagClassName
{
border-color: #704D4A;
}
</style>