Shades of Buccaneer #77554F
Tints of Buccaneer #77554F
RGB
CMYK
RGB Variations
Color information
#77554F (or 0x77554F) is known color: Buccaneer. HEX triplet: 77, 55 and 4F. RGB value is (119,85,79). Sum of RGB (Red+Green+Blue) = 119+85+79=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #77554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77554F is #88AAB0. Grayscale: #5E5E5E. Windows color (decimal): -8956593 or 5199223. OLE color: 5199223.
HSL color Cylindrical-coordinate representation of color #77554F: hue angle of 9º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77554F is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 85 | 79 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.53 |
| HSL | 9º | 0.2% | 0.39% | - |
| HSV(B) | 9º | 0.34% | 0.47% | - |
| XYZ | 12.27 | 10.98 | 8.87 | - |
| YUV | 94.48 | 119.26 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 85 | 79 | 0 | 0.29 | 0.34 | 0.53 | 9 | 0.2 | 0.39 |
| Hex | 77 | 55 | 4F | 0 | 1D | 22 | 35 | 9 | 14 | 27 |
| Octal | 167 | 125 | 117 | 0 | 35 | 42 | 65 | 11 | 24 | 47 |
| Binary | 1110111 | 1010101 | 1001111 | 0 | 11101 | 100010 | 110101 | 1001 | 10100 | 100111 |
Color Harmonies of #77554F
Complementary color
Monochromatic Colors of #77554F
Black with #77554F
Text Example
Text Example
White with #77554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77554F; }
p { color: rgb(119,85,79); }
H1.HeaderClassName
{
color: #77554F;
}
.AnyTagClassName
{
color: #77554F;
}
</style>
background-color css
<style>
a { background-color: #77554F; }
a { background-color: rgb(119,85,79); }
div.DivClassName
{
background-color: #77554F;
}
.BgClassName
{
background-color: #77554F;
}
</style>
border-color css
<style>
span { border-color: #77554F; }
span { border-color: rgb(119,85,79); }
td.TdClassName
{
border-color: #77554F;
}
.TagClassName
{
border-color: #77554F;
}
</style>