Shades of Buccaneer #76574F
Tints of Buccaneer #76574F
RGB
CMYK
RGB Variations
Color information
#76574F (or 0x76574F) is known color: Buccaneer. HEX triplet: 76, 57 and 4F. RGB value is (118,87,79). Sum of RGB (Red+Green+Blue) = 118+87+79=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 118 - color contains mainly: red. Hex color #76574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76574F is #89A8B0. Grayscale: #5F5F5F. Windows color (decimal): -9021617 or 5199734. OLE color: 5199734.
HSL color Cylindrical-coordinate representation of color #76574F: hue angle of 12.31º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76574F is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 87 | 79 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.54 |
| HSL | 12.31º | 0.2% | 0.39% | - |
| HSV(B) | 12.31º | 0.33% | 0.46% | - |
| XYZ | 12.29 | 11.23 | 8.92 | - |
| YUV | 95.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 87 | 79 | 0 | 0.26 | 0.33 | 0.54 | 12.31 | 0.2 | 0.39 |
| Hex | 76 | 57 | 4F | 0 | 1A | 21 | 36 | C | 14 | 27 |
| Octal | 166 | 127 | 117 | 0 | 32 | 41 | 66 | 14 | 24 | 47 |
| Binary | 1110110 | 1010111 | 1001111 | 0 | 11010 | 100001 | 110110 | 1100 | 10100 | 100111 |
Color Harmonies of #76574F
Complementary color
Monochromatic Colors of #76574F
Black with #76574F
Text Example
Text Example
White with #76574F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76574F; }
p { color: rgb(118,87,79); }
H1.HeaderClassName
{
color: #76574F;
}
.AnyTagClassName
{
color: #76574F;
}
</style>
background-color css
<style>
a { background-color: #76574F; }
a { background-color: rgb(118,87,79); }
div.DivClassName
{
background-color: #76574F;
}
.BgClassName
{
background-color: #76574F;
}
</style>
border-color css
<style>
span { border-color: #76574F; }
span { border-color: rgb(118,87,79); }
td.TdClassName
{
border-color: #76574F;
}
.TagClassName
{
border-color: #76574F;
}
</style>