Shades of Buccaneer #764D4B
Tints of Buccaneer #764D4B
RGB
CMYK
RGB Variations
Color information
#764D4B (or 0x764D4B) is known color: Buccaneer. HEX triplet: 76, 4D and 4B. RGB value is (118,77,75). Sum of RGB (Red+Green+Blue) = 118+77+75=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #764D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764D4B is #89B2B4. Grayscale: #595959. Windows color (decimal): -9024181 or 4935030. OLE color: 4935030.
HSL color Cylindrical-coordinate representation of color #764D4B: hue angle of 2.79º 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 #764D4B is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 77 | 75 | - |
| CMYK | 0 | 0.35 | 0.36 | 0.54 |
| HSL | 2.79º | 0.22% | 0.38% | - |
| HSV(B) | 2.79º | 0.36% | 0.46% | - |
| XYZ | 11.4 | 9.67 | 7.92 | - |
| YUV | 89.03 | 120.08 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 75 | 0 | 0.35 | 0.36 | 0.54 | 2.79 | 0.22 | 0.38 |
| Hex | 76 | 4D | 4B | 0 | 23 | 24 | 36 | 3 | 16 | 26 |
| Octal | 166 | 115 | 113 | 0 | 43 | 44 | 66 | 3 | 26 | 46 |
| Binary | 1110110 | 1001101 | 1001011 | 0 | 100011 | 100100 | 110110 | 11 | 10110 | 100110 |
Color Harmonies of #764D4B
Complementary color
Monochromatic Colors of #764D4B
Black with #764D4B
Text Example
Text Example
White with #764D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D4B; }
p { color: rgb(118,77,75); }
H1.HeaderClassName
{
color: #764D4B;
}
.AnyTagClassName
{
color: #764D4B;
}
</style>
background-color css
<style>
a { background-color: #764D4B; }
a { background-color: rgb(118,77,75); }
div.DivClassName
{
background-color: #764D4B;
}
.BgClassName
{
background-color: #764D4B;
}
</style>
border-color css
<style>
span { border-color: #764D4B; }
span { border-color: rgb(118,77,75); }
td.TdClassName
{
border-color: #764D4B;
}
.TagClassName
{
border-color: #764D4B;
}
</style>