Shades of Buccaneer #755250
Tints of Buccaneer #755250
RGB
CMYK
RGB Variations
Color information
#755250 (or 0x755250) is known color: Buccaneer. HEX triplet: 75, 52 and 50. RGB value is (117,82,80). Sum of RGB (Red+Green+Blue) = 117+82+80=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #755250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755250 is #8AADAF. Grayscale: #5C5C5C. Windows color (decimal): -9088432 or 5263989. OLE color: 5263989.
HSL color Cylindrical-coordinate representation of color #755250: hue angle of 3.24º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #755250 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 82 | 80 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.54 |
| HSL | 3.24º | 0.19% | 0.39% | - |
| HSV(B) | 3.24º | 0.32% | 0.46% | - |
| XYZ | 11.8 | 10.4 | 8.97 | - |
| YUV | 92.24 | 121.1 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 80 | 0 | 0.30 | 0.32 | 0.54 | 3.24 | 0.19 | 0.39 |
| Hex | 75 | 52 | 50 | 0 | 1E | 20 | 36 | 3 | 13 | 27 |
| Octal | 165 | 122 | 120 | 0 | 36 | 40 | 66 | 3 | 23 | 47 |
| Binary | 1110101 | 1010010 | 1010000 | 0 | 11110 | 100000 | 110110 | 11 | 10011 | 100111 |
Color Harmonies of #755250
Complementary color
Monochromatic Colors of #755250
Black with #755250
Text Example
Text Example
White with #755250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755250; }
p { color: rgb(117,82,80); }
H1.HeaderClassName
{
color: #755250;
}
.AnyTagClassName
{
color: #755250;
}
</style>
background-color css
<style>
a { background-color: #755250; }
a { background-color: rgb(117,82,80); }
div.DivClassName
{
background-color: #755250;
}
.BgClassName
{
background-color: #755250;
}
</style>
border-color css
<style>
span { border-color: #755250; }
span { border-color: rgb(117,82,80); }
td.TdClassName
{
border-color: #755250;
}
.TagClassName
{
border-color: #755250;
}
</style>