Shades of Buccaneer #75504C
Tints of Buccaneer #75504C
RGB
CMYK
RGB Variations
Color information
#75504C (or 0x75504C) is known color: Buccaneer. HEX triplet: 75, 50 and 4C. RGB value is (117,80,76). Sum of RGB (Red+Green+Blue) = 117+80+76=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #75504C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75504C is #8AAFB3. Grayscale: #5A5A5A. Windows color (decimal): -9088948 or 5001333. OLE color: 5001333.
HSL color Cylindrical-coordinate representation of color #75504C: hue angle of 5.85º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75504C is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 80 | 76 | - |
| CMYK | 0 | 0.32 | 0.35 | 0.54 |
| HSL | 5.85º | 0.21% | 0.38% | - |
| HSV(B) | 5.85º | 0.35% | 0.46% | - |
| XYZ | 11.51 | 10.04 | 8.17 | - |
| YUV | 90.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 76 | 0 | 0.32 | 0.35 | 0.54 | 5.85 | 0.21 | 0.38 |
| Hex | 75 | 50 | 4C | 0 | 20 | 23 | 36 | 6 | 15 | 26 |
| Octal | 165 | 120 | 114 | 0 | 40 | 43 | 66 | 6 | 25 | 46 |
| Binary | 1110101 | 1010000 | 1001100 | 0 | 100000 | 100011 | 110110 | 110 | 10101 | 100110 |
Color Harmonies of #75504C
Complementary color
Monochromatic Colors of #75504C
Black with #75504C
Text Example
Text Example
White with #75504C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75504C; }
p { color: rgb(117,80,76); }
H1.HeaderClassName
{
color: #75504C;
}
.AnyTagClassName
{
color: #75504C;
}
</style>
background-color css
<style>
a { background-color: #75504C; }
a { background-color: rgb(117,80,76); }
div.DivClassName
{
background-color: #75504C;
}
.BgClassName
{
background-color: #75504C;
}
</style>
border-color css
<style>
span { border-color: #75504C; }
span { border-color: rgb(117,80,76); }
td.TdClassName
{
border-color: #75504C;
}
.TagClassName
{
border-color: #75504C;
}
</style>