Shades of Buccaneer #775A55
Tints of Buccaneer #775A55
RGB
CMYK
RGB Variations
Color information
#775A55 (or 0x775A55) is known color: Buccaneer. HEX triplet: 77, 5A and 55. RGB value is (119,90,85). Sum of RGB (Red+Green+Blue) = 119+90+85=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #775A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775A55 is #88A5AA. Grayscale: #626262. Windows color (decimal): -8955307 or 5593719. OLE color: 5593719.
HSL color Cylindrical-coordinate representation of color #775A55: hue angle of 8.82º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775A55 is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 90 | 85 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.53 |
| HSL | 8.82º | 0.17% | 0.4% | - |
| HSV(B) | 8.82º | 0.29% | 0.47% | - |
| XYZ | 12.9 | 11.89 | 10.21 | - |
| YUV | 98.1 | 120.61 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 90 | 85 | 0 | 0.24 | 0.29 | 0.53 | 8.82 | 0.17 | 0.4 |
| Hex | 77 | 5A | 55 | 0 | 18 | 1D | 35 | 9 | 11 | 28 |
| Octal | 167 | 132 | 125 | 0 | 30 | 35 | 65 | 11 | 21 | 50 |
| Binary | 1110111 | 1011010 | 1010101 | 0 | 11000 | 11101 | 110101 | 1001 | 10001 | 101000 |
Color Harmonies of #775A55
Complementary color
Monochromatic Colors of #775A55
Black with #775A55
Text Example
Text Example
White with #775A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775A55; }
p { color: rgb(119,90,85); }
H1.HeaderClassName
{
color: #775A55;
}
.AnyTagClassName
{
color: #775A55;
}
</style>
background-color css
<style>
a { background-color: #775A55; }
a { background-color: rgb(119,90,85); }
div.DivClassName
{
background-color: #775A55;
}
.BgClassName
{
background-color: #775A55;
}
</style>
border-color css
<style>
span { border-color: #775A55; }
span { border-color: rgb(119,90,85); }
td.TdClassName
{
border-color: #775A55;
}
.TagClassName
{
border-color: #775A55;
}
</style>