Shades of Buccaneer #774F4B
Tints of Buccaneer #774F4B
RGB
CMYK
RGB Variations
Color information
#774F4B (or 0x774F4B) is known color: Buccaneer. HEX triplet: 77, 4F and 4B. RGB value is (119,79,75). Sum of RGB (Red+Green+Blue) = 119+79+75=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #774F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774F4B is #88B0B4. Grayscale: #5A5A5A. Windows color (decimal): -8958133 or 4935543. OLE color: 4935543.
HSL color Cylindrical-coordinate representation of color #774F4B: hue angle of 5.45º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #774F4B is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 79 | 75 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.53 |
| HSL | 5.45º | 0.23% | 0.38% | - |
| HSV(B) | 5.45º | 0.37% | 0.47% | - |
| XYZ | 11.67 | 10.02 | 7.98 | - |
| YUV | 90.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 79 | 75 | 0 | 0.34 | 0.37 | 0.53 | 5.45 | 0.23 | 0.38 |
| Hex | 77 | 4F | 4B | 0 | 22 | 25 | 35 | 5 | 17 | 26 |
| Octal | 167 | 117 | 113 | 0 | 42 | 45 | 65 | 5 | 27 | 46 |
| Binary | 1110111 | 1001111 | 1001011 | 0 | 100010 | 100101 | 110101 | 101 | 10111 | 100110 |
Color Harmonies of #774F4B
Complementary color
Monochromatic Colors of #774F4B
Black with #774F4B
Text Example
Text Example
White with #774F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774F4B; }
p { color: rgb(119,79,75); }
H1.HeaderClassName
{
color: #774F4B;
}
.AnyTagClassName
{
color: #774F4B;
}
</style>
background-color css
<style>
a { background-color: #774F4B; }
a { background-color: rgb(119,79,75); }
div.DivClassName
{
background-color: #774F4B;
}
.BgClassName
{
background-color: #774F4B;
}
</style>
border-color css
<style>
span { border-color: #774F4B; }
span { border-color: rgb(119,79,75); }
td.TdClassName
{
border-color: #774F4B;
}
.TagClassName
{
border-color: #774F4B;
}
</style>