Shades of Buccaneer #774B4A
Tints of Buccaneer #774B4A
RGB
CMYK
RGB Variations
Color information
#774B4A (or 0x774B4A) is known color: Buccaneer. HEX triplet: 77, 4B and 4A. RGB value is (119,75,74). Sum of RGB (Red+Green+Blue) = 119+75+74=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #774B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B4A is #88B4B5. Grayscale: #585858. Windows color (decimal): -8959158 or 4868983. OLE color: 4868983.
HSL color Cylindrical-coordinate representation of color #774B4A: hue angle of 1.33º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #774B4A is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 75 | 74 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.53 |
| HSL | 1.33º | 0.23% | 0.38% | - |
| HSV(B) | 1.33º | 0.38% | 0.47% | - |
| XYZ | 11.36 | 9.45 | 7.7 | - |
| YUV | 88.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 74 | 0 | 0.37 | 0.38 | 0.53 | 1.33 | 0.23 | 0.38 |
| Hex | 77 | 4B | 4A | 0 | 25 | 26 | 35 | 1 | 17 | 26 |
| Octal | 167 | 113 | 112 | 0 | 45 | 46 | 65 | 1 | 27 | 46 |
| Binary | 1110111 | 1001011 | 1001010 | 0 | 100101 | 100110 | 110101 | 1 | 10111 | 100110 |
Color Harmonies of #774B4A
Complementary color
Monochromatic Colors of #774B4A
Black with #774B4A
Text Example
Text Example
White with #774B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774B4A; }
p { color: rgb(119,75,74); }
H1.HeaderClassName
{
color: #774B4A;
}
.AnyTagClassName
{
color: #774B4A;
}
</style>
background-color css
<style>
a { background-color: #774B4A; }
a { background-color: rgb(119,75,74); }
div.DivClassName
{
background-color: #774B4A;
}
.BgClassName
{
background-color: #774B4A;
}
</style>
border-color css
<style>
span { border-color: #774B4A; }
span { border-color: rgb(119,75,74); }
td.TdClassName
{
border-color: #774B4A;
}
.TagClassName
{
border-color: #774B4A;
}
</style>