Shades of Buccaneer #70504F
Tints of Buccaneer #70504F
RGB
CMYK
RGB Variations
Color information
#70504F (or 0x70504F) is known color: Buccaneer. HEX triplet: 70, 50 and 4F. RGB value is (112,80,79). Sum of RGB (Red+Green+Blue) = 112+80+79=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #70504F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70504F is #8FAFB0. Grayscale: #595959. Windows color (decimal): -9416625 or 5197936. OLE color: 5197936.
HSL color Cylindrical-coordinate representation of color #70504F: hue angle of 1.82º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70504F is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 80 | 79 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.56 |
| HSL | 1.82º | 0.17% | 0.37% | - |
| HSV(B) | 1.82º | 0.29% | 0.44% | - |
| XYZ | 10.96 | 9.75 | 8.7 | - |
| YUV | 89.45 | 122.1 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 80 | 79 | 0 | 0.29 | 0.29 | 0.56 | 1.82 | 0.17 | 0.37 |
| Hex | 70 | 50 | 4F | 0 | 1D | 1D | 38 | 2 | 11 | 25 |
| Octal | 160 | 120 | 117 | 0 | 35 | 35 | 70 | 2 | 21 | 45 |
| Binary | 1110000 | 1010000 | 1001111 | 0 | 11101 | 11101 | 111000 | 10 | 10001 | 100101 |
Color Harmonies of #70504F
Complementary color
Monochromatic Colors of #70504F
Black with #70504F
Text Example
Text Example
White with #70504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70504F; }
p { color: rgb(112,80,79); }
H1.HeaderClassName
{
color: #70504F;
}
.AnyTagClassName
{
color: #70504F;
}
</style>
background-color css
<style>
a { background-color: #70504F; }
a { background-color: rgb(112,80,79); }
div.DivClassName
{
background-color: #70504F;
}
.BgClassName
{
background-color: #70504F;
}
</style>
border-color css
<style>
span { border-color: #70504F; }
span { border-color: rgb(112,80,79); }
td.TdClassName
{
border-color: #70504F;
}
.TagClassName
{
border-color: #70504F;
}
</style>