Shades of Buccaneer #77544B
Tints of Buccaneer #77544B
RGB
CMYK
RGB Variations
Color information
#77544B (or 0x77544B) is known color: Buccaneer. HEX triplet: 77, 54 and 4B. RGB value is (119,84,75). Sum of RGB (Red+Green+Blue) = 119+84+75=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77544B is #88ABB4. Grayscale: #5D5D5D. Windows color (decimal): -8956853 or 4936823. OLE color: 4936823.
HSL color Cylindrical-coordinate representation of color #77544B: hue angle of 12.27º 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 #77544B is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 84 | 75 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.53 |
| HSL | 12.27º | 0.23% | 0.38% | - |
| HSV(B) | 12.27º | 0.37% | 0.47% | - |
| XYZ | 12.05 | 10.77 | 8.1 | - |
| YUV | 93.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 84 | 75 | 0 | 0.29 | 0.37 | 0.53 | 12.27 | 0.23 | 0.38 |
| Hex | 77 | 54 | 4B | 0 | 1D | 25 | 35 | C | 17 | 26 |
| Octal | 167 | 124 | 113 | 0 | 35 | 45 | 65 | 14 | 27 | 46 |
| Binary | 1110111 | 1010100 | 1001011 | 0 | 11101 | 100101 | 110101 | 1100 | 10111 | 100110 |
Color Harmonies of #77544B
Complementary color
Monochromatic Colors of #77544B
Black with #77544B
Text Example
Text Example
White with #77544B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77544B; }
p { color: rgb(119,84,75); }
H1.HeaderClassName
{
color: #77544B;
}
.AnyTagClassName
{
color: #77544B;
}
</style>
background-color css
<style>
a { background-color: #77544B; }
a { background-color: rgb(119,84,75); }
div.DivClassName
{
background-color: #77544B;
}
.BgClassName
{
background-color: #77544B;
}
</style>
border-color css
<style>
span { border-color: #77544B; }
span { border-color: rgb(119,84,75); }
td.TdClassName
{
border-color: #77544B;
}
.TagClassName
{
border-color: #77544B;
}
</style>