Shades of Buccaneer #795A56
Tints of Buccaneer #795A56
RGB
CMYK
RGB Variations
Color information
#795A56 (or 0x795A56) is known color: Buccaneer. HEX triplet: 79, 5A and 56. RGB value is (121,90,86). Sum of RGB (Red+Green+Blue) = 121+90+86=297 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.74% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 121 - color contains mainly: red. Hex color #795A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795A56 is #86A5A9. Grayscale: #626262. Windows color (decimal): -8824234 or 5659257. OLE color: 5659257.
HSL color Cylindrical-coordinate representation of color #795A56: hue angle of 6.86º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #795A56 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 90 | 86 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.53 |
| HSL | 6.86º | 0.17% | 0.41% | - |
| HSV(B) | 6.86º | 0.29% | 0.47% | - |
| XYZ | 13.22 | 12.05 | 10.43 | - |
| YUV | 98.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 90 | 86 | 0 | 0.26 | 0.29 | 0.53 | 6.86 | 0.17 | 0.41 |
| Hex | 79 | 5A | 56 | 0 | 1A | 1D | 35 | 7 | 11 | 29 |
| Octal | 171 | 132 | 126 | 0 | 32 | 35 | 65 | 7 | 21 | 51 |
| Binary | 1111001 | 1011010 | 1010110 | 0 | 11010 | 11101 | 110101 | 111 | 10001 | 101001 |
Color Harmonies of #795A56
Complementary color
Monochromatic Colors of #795A56
Black with #795A56
Text Example
Text Example
White with #795A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795A56; }
p { color: rgb(121,90,86); }
H1.HeaderClassName
{
color: #795A56;
}
.AnyTagClassName
{
color: #795A56;
}
</style>
background-color css
<style>
a { background-color: #795A56; }
a { background-color: rgb(121,90,86); }
div.DivClassName
{
background-color: #795A56;
}
.BgClassName
{
background-color: #795A56;
}
</style>
border-color css
<style>
span { border-color: #795A56; }
span { border-color: rgb(121,90,86); }
td.TdClassName
{
border-color: #795A56;
}
.TagClassName
{
border-color: #795A56;
}
</style>