Shades of Buccaneer #795550
Tints of Buccaneer #795550
RGB
CMYK
RGB Variations
Color information
#795550 (or 0x795550) is known color: Buccaneer. HEX triplet: 79, 55 and 50. RGB value is (121,85,80). Sum of RGB (Red+Green+Blue) = 121+85+80=286 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.31% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 121 - color contains mainly: red. Hex color #795550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795550 is #86AAAF. Grayscale: #5F5F5F. Windows color (decimal): -8825520 or 5264761. OLE color: 5264761.
HSL color Cylindrical-coordinate representation of color #795550: hue angle of 7.32º 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 #795550 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 85 | 80 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.53 |
| HSL | 7.32º | 0.2% | 0.39% | - |
| HSV(B) | 7.32º | 0.34% | 0.47% | - |
| XYZ | 12.58 | 11.14 | 9.08 | - |
| YUV | 95.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 85 | 80 | 0 | 0.30 | 0.34 | 0.53 | 7.32 | 0.2 | 0.39 |
| Hex | 79 | 55 | 50 | 0 | 1E | 22 | 35 | 7 | 14 | 27 |
| Octal | 171 | 125 | 120 | 0 | 36 | 42 | 65 | 7 | 24 | 47 |
| Binary | 1111001 | 1010101 | 1010000 | 0 | 11110 | 100010 | 110101 | 111 | 10100 | 100111 |
Color Harmonies of #795550
Complementary color
Monochromatic Colors of #795550
Black with #795550
Text Example
Text Example
White with #795550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795550; }
p { color: rgb(121,85,80); }
H1.HeaderClassName
{
color: #795550;
}
.AnyTagClassName
{
color: #795550;
}
</style>
background-color css
<style>
a { background-color: #795550; }
a { background-color: rgb(121,85,80); }
div.DivClassName
{
background-color: #795550;
}
.BgClassName
{
background-color: #795550;
}
</style>
border-color css
<style>
span { border-color: #795550; }
span { border-color: rgb(121,85,80); }
td.TdClassName
{
border-color: #795550;
}
.TagClassName
{
border-color: #795550;
}
</style>