Shades of Buccaneer #794C4C
Tints of Buccaneer #794C4C
RGB
CMYK
RGB Variations
Color information
#794C4C (or 0x794C4C) is known color: Buccaneer. HEX triplet: 79, 4C and 4C. RGB value is (121,76,76). Sum of RGB (Red+Green+Blue) = 121+76+76=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #794C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #794C4C is #86B3B3. Grayscale: #595959. Windows color (decimal): -8827828 or 5000313. OLE color: 5000313.
HSL color Cylindrical-coordinate representation of color #794C4C: hue angle of 0º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #794C4C is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 76 | 76 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.53 |
| HSL | 0º | 0.23% | 0.39% | - |
| HSV(B) | 0º | 0.37% | 0.47% | - |
| XYZ | 11.77 | 9.76 | 8.1 | - |
| YUV | 89.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 76 | 0 | 0.37 | 0.37 | 0.53 | 0 | 0.23 | 0.39 |
| Hex | 79 | 4C | 4C | 0 | 25 | 25 | 35 | 0 | 17 | 27 |
| Octal | 171 | 114 | 114 | 0 | 45 | 45 | 65 | 0 | 27 | 47 |
| Binary | 1111001 | 1001100 | 1001100 | 0 | 100101 | 100101 | 110101 | 0 | 10111 | 100111 |
Color Harmonies of #794C4C
Complementary color
Monochromatic Colors of #794C4C
Black with #794C4C
Text Example
Text Example
White with #794C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794C4C; }
p { color: rgb(121,76,76); }
H1.HeaderClassName
{
color: #794C4C;
}
.AnyTagClassName
{
color: #794C4C;
}
</style>
background-color css
<style>
a { background-color: #794C4C; }
a { background-color: rgb(121,76,76); }
div.DivClassName
{
background-color: #794C4C;
}
.BgClassName
{
background-color: #794C4C;
}
</style>
border-color css
<style>
span { border-color: #794C4C; }
span { border-color: rgb(121,76,76); }
td.TdClassName
{
border-color: #794C4C;
}
.TagClassName
{
border-color: #794C4C;
}
</style>