Shades of Buccaneer #774A4A
Tints of Buccaneer #774A4A
RGB
CMYK
RGB Variations
Color information
#774A4A (or 0x774A4A) is known color: Buccaneer. HEX triplet: 77, 4A and 4A. RGB value is (119,74,74). Sum of RGB (Red+Green+Blue) = 119+74+74=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #774A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A4A is #88B5B5. Grayscale: #575757. Windows color (decimal): -8959414 or 4868727. OLE color: 4868727.
HSL color Cylindrical-coordinate representation of color #774A4A: hue angle of 0º 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 #774A4A is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 74 | 74 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.53 |
| HSL | 0º | 0.23% | 0.38% | - |
| HSV(B) | 0º | 0.38% | 0.47% | - |
| XYZ | 11.29 | 9.31 | 7.68 | - |
| YUV | 87.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 74 | 74 | 0 | 0.38 | 0.38 | 0.53 | 0 | 0.23 | 0.38 |
| Hex | 77 | 4A | 4A | 0 | 26 | 26 | 35 | 0 | 17 | 26 |
| Octal | 167 | 112 | 112 | 0 | 46 | 46 | 65 | 0 | 27 | 46 |
| Binary | 1110111 | 1001010 | 1001010 | 0 | 100110 | 100110 | 110101 | 0 | 10111 | 100110 |
Color Harmonies of #774A4A
Complementary color
Monochromatic Colors of #774A4A
Black with #774A4A
Text Example
Text Example
White with #774A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774A4A; }
p { color: rgb(119,74,74); }
H1.HeaderClassName
{
color: #774A4A;
}
.AnyTagClassName
{
color: #774A4A;
}
</style>
background-color css
<style>
a { background-color: #774A4A; }
a { background-color: rgb(119,74,74); }
div.DivClassName
{
background-color: #774A4A;
}
.BgClassName
{
background-color: #774A4A;
}
</style>
border-color css
<style>
span { border-color: #774A4A; }
span { border-color: rgb(119,74,74); }
td.TdClassName
{
border-color: #774A4A;
}
.TagClassName
{
border-color: #774A4A;
}
</style>