Shades of Buccaneer #70554E
Tints of Buccaneer #70554E
RGB
CMYK
RGB Variations
Color information
#70554E (or 0x70554E) is known color: Buccaneer. HEX triplet: 70, 55 and 4E. RGB value is (112,85,78). Sum of RGB (Red+Green+Blue) = 112+85+78=275 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.73% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 112 - color contains mainly: red. Hex color #70554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70554E is #8FAAB1. Grayscale: #5C5C5C. Windows color (decimal): -9415346 or 5133680. OLE color: 5133680.
HSL color Cylindrical-coordinate representation of color #70554E: hue angle of 12.35º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70554E is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 85 | 78 | - |
| CMYK | 0 | 0.24 | 0.30 | 0.56 |
| HSL | 12.35º | 0.18% | 0.37% | - |
| HSV(B) | 12.35º | 0.3% | 0.44% | - |
| XYZ | 11.31 | 10.49 | 8.64 | - |
| YUV | 92.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 78 | 0 | 0.24 | 0.30 | 0.56 | 12.35 | 0.18 | 0.37 |
| Hex | 70 | 55 | 4E | 0 | 18 | 1E | 38 | C | 12 | 25 |
| Octal | 160 | 125 | 116 | 0 | 30 | 36 | 70 | 14 | 22 | 45 |
| Binary | 1110000 | 1010101 | 1001110 | 0 | 11000 | 11110 | 111000 | 1100 | 10010 | 100101 |
Color Harmonies of #70554E
Complementary color
Monochromatic Colors of #70554E
Black with #70554E
Text Example
Text Example
White with #70554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70554E; }
p { color: rgb(112,85,78); }
H1.HeaderClassName
{
color: #70554E;
}
.AnyTagClassName
{
color: #70554E;
}
</style>
background-color css
<style>
a { background-color: #70554E; }
a { background-color: rgb(112,85,78); }
div.DivClassName
{
background-color: #70554E;
}
.BgClassName
{
background-color: #70554E;
}
</style>
border-color css
<style>
span { border-color: #70554E; }
span { border-color: rgb(112,85,78); }
td.TdClassName
{
border-color: #70554E;
}
.TagClassName
{
border-color: #70554E;
}
</style>