Shades of Buccaneer #74554F
Tints of Buccaneer #74554F
RGB
CMYK
RGB Variations
Color information
#74554F (or 0x74554F) is known color: Buccaneer. HEX triplet: 74, 55 and 4F. RGB value is (116,85,79). Sum of RGB (Red+Green+Blue) = 116+85+79=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #74554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74554F is #8BAAB0. Grayscale: #5D5D5D. Windows color (decimal): -9153201 or 5199220. OLE color: 5199220.
HSL color Cylindrical-coordinate representation of color #74554F: hue angle of 9.73º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74554F is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 85 | 79 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.55 |
| HSL | 9.73º | 0.19% | 0.38% | - |
| HSV(B) | 9.73º | 0.32% | 0.45% | - |
| XYZ | 11.86 | 10.77 | 8.85 | - |
| YUV | 93.59 | 119.77 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 85 | 79 | 0 | 0.27 | 0.32 | 0.55 | 9.73 | 0.19 | 0.38 |
| Hex | 74 | 55 | 4F | 0 | 1B | 20 | 37 | A | 13 | 26 |
| Octal | 164 | 125 | 117 | 0 | 33 | 40 | 67 | 12 | 23 | 46 |
| Binary | 1110100 | 1010101 | 1001111 | 0 | 11011 | 100000 | 110111 | 1010 | 10011 | 100110 |
Color Harmonies of #74554F
Complementary color
Monochromatic Colors of #74554F
Black with #74554F
Text Example
Text Example
White with #74554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74554F; }
p { color: rgb(116,85,79); }
H1.HeaderClassName
{
color: #74554F;
}
.AnyTagClassName
{
color: #74554F;
}
</style>
background-color css
<style>
a { background-color: #74554F; }
a { background-color: rgb(116,85,79); }
div.DivClassName
{
background-color: #74554F;
}
.BgClassName
{
background-color: #74554F;
}
</style>
border-color css
<style>
span { border-color: #74554F; }
span { border-color: rgb(116,85,79); }
td.TdClassName
{
border-color: #74554F;
}
.TagClassName
{
border-color: #74554F;
}
</style>