Shades of Buccaneer #74504D
Tints of Buccaneer #74504D
RGB
CMYK
RGB Variations
Color information
#74504D (or 0x74504D) is known color: Buccaneer. HEX triplet: 74, 50 and 4D. RGB value is (116,80,77). Sum of RGB (Red+Green+Blue) = 116+80+77=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #74504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74504D is #8BAFB2. Grayscale: #5A5A5A. Windows color (decimal): -9154483 or 5066868. OLE color: 5066868.
HSL color Cylindrical-coordinate representation of color #74504D: hue angle of 4.62º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74504D is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 80 | 77 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.55 |
| HSL | 4.62º | 0.2% | 0.38% | - |
| HSV(B) | 4.62º | 0.34% | 0.45% | - |
| XYZ | 11.41 | 9.99 | 8.35 | - |
| YUV | 90.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 77 | 0 | 0.31 | 0.34 | 0.55 | 4.62 | 0.2 | 0.38 |
| Hex | 74 | 50 | 4D | 0 | 1F | 22 | 37 | 5 | 14 | 26 |
| Octal | 164 | 120 | 115 | 0 | 37 | 42 | 67 | 5 | 24 | 46 |
| Binary | 1110100 | 1010000 | 1001101 | 0 | 11111 | 100010 | 110111 | 101 | 10100 | 100110 |
Color Harmonies of #74504D
Complementary color
Monochromatic Colors of #74504D
Black with #74504D
Text Example
Text Example
White with #74504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74504D; }
p { color: rgb(116,80,77); }
H1.HeaderClassName
{
color: #74504D;
}
.AnyTagClassName
{
color: #74504D;
}
</style>
background-color css
<style>
a { background-color: #74504D; }
a { background-color: rgb(116,80,77); }
div.DivClassName
{
background-color: #74504D;
}
.BgClassName
{
background-color: #74504D;
}
</style>
border-color css
<style>
span { border-color: #74504D; }
span { border-color: rgb(116,80,77); }
td.TdClassName
{
border-color: #74504D;
}
.TagClassName
{
border-color: #74504D;
}
</style>