Shades of Buccaneer #765952
Tints of Buccaneer #765952
RGB
CMYK
RGB Variations
Color information
#765952 (or 0x765952) is known color: Buccaneer. HEX triplet: 76, 59 and 52. RGB value is (118,89,82). Sum of RGB (Red+Green+Blue) = 118+89+82=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #765952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765952 is #89A6AD. Grayscale: #606060. Windows color (decimal): -9021102 or 5396854. OLE color: 5396854.
HSL color Cylindrical-coordinate representation of color #765952: hue angle of 11.67º 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 #765952 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 89 | 82 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.54 |
| HSL | 11.67º | 0.18% | 0.39% | - |
| HSV(B) | 11.67º | 0.31% | 0.46% | - |
| XYZ | 12.57 | 11.61 | 9.56 | - |
| YUV | 96.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 89 | 82 | 0 | 0.25 | 0.31 | 0.54 | 11.67 | 0.18 | 0.39 |
| Hex | 76 | 59 | 52 | 0 | 19 | 1F | 36 | C | 12 | 27 |
| Octal | 166 | 131 | 122 | 0 | 31 | 37 | 66 | 14 | 22 | 47 |
| Binary | 1110110 | 1011001 | 1010010 | 0 | 11001 | 11111 | 110110 | 1100 | 10010 | 100111 |
Color Harmonies of #765952
Complementary color
Monochromatic Colors of #765952
Black with #765952
Text Example
Text Example
White with #765952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765952; }
p { color: rgb(118,89,82); }
H1.HeaderClassName
{
color: #765952;
}
.AnyTagClassName
{
color: #765952;
}
</style>
background-color css
<style>
a { background-color: #765952; }
a { background-color: rgb(118,89,82); }
div.DivClassName
{
background-color: #765952;
}
.BgClassName
{
background-color: #765952;
}
</style>
border-color css
<style>
span { border-color: #765952; }
span { border-color: rgb(118,89,82); }
td.TdClassName
{
border-color: #765952;
}
.TagClassName
{
border-color: #765952;
}
</style>