Shades of Buccaneer #755151
Tints of Buccaneer #755151
RGB
CMYK
RGB Variations
Color information
#755151 (or 0x755151) is known color: Buccaneer. HEX triplet: 75, 51 and 51. RGB value is (117,81,81). Sum of RGB (Red+Green+Blue) = 117+81+81=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #755151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755151 is #8AAEAE. Grayscale: #5B5B5B. Windows color (decimal): -9088687 or 5329269. OLE color: 5329269.
HSL color Cylindrical-coordinate representation of color #755151: hue angle of 0º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #755151 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 81 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.54 |
| HSL | 0º | 0.18% | 0.39% | - |
| HSV(B) | 0º | 0.31% | 0.46% | - |
| XYZ | 11.76 | 10.26 | 9.15 | - |
| YUV | 91.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 81 | 0 | 0.31 | 0.31 | 0.54 | 0 | 0.18 | 0.39 |
| Hex | 75 | 51 | 51 | 0 | 1F | 1F | 36 | 0 | 12 | 27 |
| Octal | 165 | 121 | 121 | 0 | 37 | 37 | 66 | 0 | 22 | 47 |
| Binary | 1110101 | 1010001 | 1010001 | 0 | 11111 | 11111 | 110110 | 0 | 10010 | 100111 |
Color Harmonies of #755151
Complementary color
Monochromatic Colors of #755151
Black with #755151
Text Example
Text Example
White with #755151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755151; }
p { color: rgb(117,81,81); }
H1.HeaderClassName
{
color: #755151;
}
.AnyTagClassName
{
color: #755151;
}
</style>
background-color css
<style>
a { background-color: #755151; }
a { background-color: rgb(117,81,81); }
div.DivClassName
{
background-color: #755151;
}
.BgClassName
{
background-color: #755151;
}
</style>
border-color css
<style>
span { border-color: #755151; }
span { border-color: rgb(117,81,81); }
td.TdClassName
{
border-color: #755151;
}
.TagClassName
{
border-color: #755151;
}
</style>