Shades of Buccaneer #70504D
Tints of Buccaneer #70504D
RGB
CMYK
RGB Variations
Color information
#70504D (or 0x70504D) is known color: Buccaneer. HEX triplet: 70, 50 and 4D. RGB value is (112,80,77). Sum of RGB (Red+Green+Blue) = 112+80+77=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #70504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70504D is #8FAFB2. Grayscale: #595959. Windows color (decimal): -9416627 or 5066864. OLE color: 5066864.
HSL color Cylindrical-coordinate representation of color #70504D: hue angle of 5.14º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #70504D is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 80 | 77 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.56 |
| HSL | 5.14º | 0.19% | 0.37% | - |
| HSV(B) | 5.14º | 0.31% | 0.44% | - |
| XYZ | 10.89 | 9.72 | 8.32 | - |
| YUV | 89.23 | 121.1 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 77 | 0 | 0.29 | 0.31 | 0.56 | 5.14 | 0.19 | 0.37 |
| Hex | 70 | 50 | 4D | 0 | 1D | 1F | 38 | 5 | 13 | 25 |
| Octal | 160 | 120 | 115 | 0 | 35 | 37 | 70 | 5 | 23 | 45 |
| Binary | 1110000 | 1010000 | 1001101 | 0 | 11101 | 11111 | 111000 | 101 | 10011 | 100101 |
Color Harmonies of #70504D
Complementary color
Monochromatic Colors of #70504D
Black with #70504D
Text Example
Text Example
White with #70504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70504D; }
p { color: rgb(112,80,77); }
H1.HeaderClassName
{
color: #70504D;
}
.AnyTagClassName
{
color: #70504D;
}
</style>
background-color css
<style>
a { background-color: #70504D; }
a { background-color: rgb(112,80,77); }
div.DivClassName
{
background-color: #70504D;
}
.BgClassName
{
background-color: #70504D;
}
</style>
border-color css
<style>
span { border-color: #70504D; }
span { border-color: rgb(112,80,77); }
td.TdClassName
{
border-color: #70504D;
}
.TagClassName
{
border-color: #70504D;
}
</style>