Shades of Buccaneer #795656
Tints of Buccaneer #795656
RGB
CMYK
RGB Variations
Color information
#795656 (or 0x795656) is known color: Buccaneer. HEX triplet: 79, 56 and 56. RGB value is (121,86,86). Sum of RGB (Red+Green+Blue) = 121+86+86=293 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.30% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 121 - color contains mainly: red. Hex color #795656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795656 is #86A9A9. Grayscale: #606060. Windows color (decimal): -8825258 or 5658233. OLE color: 5658233.
HSL color Cylindrical-coordinate representation of color #795656: hue angle of 0º 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 #795656 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 86 | 86 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.53 |
| HSL | 0º | 0.17% | 0.41% | - |
| HSV(B) | 0º | 0.29% | 0.47% | - |
| XYZ | 12.89 | 11.39 | 10.32 | - |
| YUV | 96.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 86 | 86 | 0 | 0.29 | 0.29 | 0.53 | 0 | 0.17 | 0.41 |
| Hex | 79 | 56 | 56 | 0 | 1D | 1D | 35 | 0 | 11 | 29 |
| Octal | 171 | 126 | 126 | 0 | 35 | 35 | 65 | 0 | 21 | 51 |
| Binary | 1111001 | 1010110 | 1010110 | 0 | 11101 | 11101 | 110101 | 0 | 10001 | 101001 |
Color Harmonies of #795656
Complementary color
Monochromatic Colors of #795656
Black with #795656
Text Example
Text Example
White with #795656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #795656; }
p { color: rgb(121,86,86); }
H1.HeaderClassName
{
color: #795656;
}
.AnyTagClassName
{
color: #795656;
}
</style>
background-color css
<style>
a { background-color: #795656; }
a { background-color: rgb(121,86,86); }
div.DivClassName
{
background-color: #795656;
}
.BgClassName
{
background-color: #795656;
}
</style>
border-color css
<style>
span { border-color: #795656; }
span { border-color: rgb(121,86,86); }
td.TdClassName
{
border-color: #795656;
}
.TagClassName
{
border-color: #795656;
}
</style>