Shades of Buccaneer #745151
Tints of Buccaneer #745151
RGB
CMYK
RGB Variations
Color information
#745151 (or 0x745151) is known color: Buccaneer. HEX triplet: 74, 51 and 51. RGB value is (116,81,81). Sum of RGB (Red+Green+Blue) = 116+81+81=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #745151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745151 is #8BAEAE. Grayscale: #5B5B5B. Windows color (decimal): -9154223 or 5329268. OLE color: 5329268.
HSL color Cylindrical-coordinate representation of color #745151: hue angle of 0º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #745151 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 81 | 81 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.55 |
| HSL | 0º | 0.18% | 0.39% | - |
| HSV(B) | 0º | 0.3% | 0.45% | - |
| XYZ | 11.63 | 10.19 | 9.14 | - |
| YUV | 91.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 81 | 0 | 0.30 | 0.30 | 0.55 | 0 | 0.18 | 0.39 |
| Hex | 74 | 51 | 51 | 0 | 1E | 1E | 37 | 0 | 12 | 27 |
| Octal | 164 | 121 | 121 | 0 | 36 | 36 | 67 | 0 | 22 | 47 |
| Binary | 1110100 | 1010001 | 1010001 | 0 | 11110 | 11110 | 110111 | 0 | 10010 | 100111 |
Color Harmonies of #745151
Complementary color
Monochromatic Colors of #745151
Black with #745151
Text Example
Text Example
White with #745151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #745151; }
p { color: rgb(116,81,81); }
H1.HeaderClassName
{
color: #745151;
}
.AnyTagClassName
{
color: #745151;
}
</style>
background-color css
<style>
a { background-color: #745151; }
a { background-color: rgb(116,81,81); }
div.DivClassName
{
background-color: #745151;
}
.BgClassName
{
background-color: #745151;
}
</style>
border-color css
<style>
span { border-color: #745151; }
span { border-color: rgb(116,81,81); }
td.TdClassName
{
border-color: #745151;
}
.TagClassName
{
border-color: #745151;
}
</style>