Shades of Buccaneer #764F4B
Tints of Buccaneer #764F4B
RGB
CMYK
RGB Variations
Color information
#764F4B (or 0x764F4B) is known color: Buccaneer. HEX triplet: 76, 4F and 4B. RGB value is (118,79,75). Sum of RGB (Red+Green+Blue) = 118+79+75=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #764F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764F4B is #89B0B4. Grayscale: #5A5A5A. Windows color (decimal): -9023669 or 4935542. OLE color: 4935542.
HSL color Cylindrical-coordinate representation of color #764F4B: hue angle of 5.58º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #764F4B is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 79 | 75 | - |
| CMYK | 0 | 0.33 | 0.36 | 0.54 |
| HSL | 5.58º | 0.22% | 0.38% | - |
| HSV(B) | 5.58º | 0.36% | 0.46% | - |
| XYZ | 11.54 | 9.95 | 7.97 | - |
| YUV | 90.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 75 | 0 | 0.33 | 0.36 | 0.54 | 5.58 | 0.22 | 0.38 |
| Hex | 76 | 4F | 4B | 0 | 21 | 24 | 36 | 6 | 16 | 26 |
| Octal | 166 | 117 | 113 | 0 | 41 | 44 | 66 | 6 | 26 | 46 |
| Binary | 1110110 | 1001111 | 1001011 | 0 | 100001 | 100100 | 110110 | 110 | 10110 | 100110 |
Color Harmonies of #764F4B
Complementary color
Monochromatic Colors of #764F4B
Black with #764F4B
Text Example
Text Example
White with #764F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F4B; }
p { color: rgb(118,79,75); }
H1.HeaderClassName
{
color: #764F4B;
}
.AnyTagClassName
{
color: #764F4B;
}
</style>
background-color css
<style>
a { background-color: #764F4B; }
a { background-color: rgb(118,79,75); }
div.DivClassName
{
background-color: #764F4B;
}
.BgClassName
{
background-color: #764F4B;
}
</style>
border-color css
<style>
span { border-color: #764F4B; }
span { border-color: rgb(118,79,75); }
td.TdClassName
{
border-color: #764F4B;
}
.TagClassName
{
border-color: #764F4B;
}
</style>