Shades of Buccaneer #775353
Tints of Buccaneer #775353
RGB
CMYK
RGB Variations
Color information
#775353 (or 0x775353) is known color: Buccaneer. HEX triplet: 77, 53 and 53. RGB value is (119,83,83). Sum of RGB (Red+Green+Blue) = 119+83+83=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #775353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775353 is #88ACAC. Grayscale: #5D5D5D. Windows color (decimal): -8957101 or 5460855. OLE color: 5460855.
HSL color Cylindrical-coordinate representation of color #775353: hue angle of 0º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #775353 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 83 | 83 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.53 |
| HSL | 0º | 0.18% | 0.4% | - |
| HSV(B) | 0º | 0.3% | 0.47% | - |
| XYZ | 12.26 | 10.73 | 9.61 | - |
| YUV | 93.76 | 121.93 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 83 | 83 | 0 | 0.30 | 0.30 | 0.53 | 0 | 0.18 | 0.4 |
| Hex | 77 | 53 | 53 | 0 | 1E | 1E | 35 | 0 | 12 | 28 |
| Octal | 167 | 123 | 123 | 0 | 36 | 36 | 65 | 0 | 22 | 50 |
| Binary | 1110111 | 1010011 | 1010011 | 0 | 11110 | 11110 | 110101 | 0 | 10010 | 101000 |
Color Harmonies of #775353
Complementary color
Monochromatic Colors of #775353
Black with #775353
Text Example
Text Example
White with #775353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775353; }
p { color: rgb(119,83,83); }
H1.HeaderClassName
{
color: #775353;
}
.AnyTagClassName
{
color: #775353;
}
</style>
background-color css
<style>
a { background-color: #775353; }
a { background-color: rgb(119,83,83); }
div.DivClassName
{
background-color: #775353;
}
.BgClassName
{
background-color: #775353;
}
</style>
border-color css
<style>
span { border-color: #775353; }
span { border-color: rgb(119,83,83); }
td.TdClassName
{
border-color: #775353;
}
.TagClassName
{
border-color: #775353;
}
</style>