Shades of Buccaneer #77524A
Tints of Buccaneer #77524A
RGB
CMYK
RGB Variations
Color information
#77524A (or 0x77524A) is known color: Buccaneer. HEX triplet: 77, 52 and 4A. RGB value is (119,82,74). Sum of RGB (Red+Green+Blue) = 119+82+74=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 74 (29.30% from 255 or 26.91% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #77524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77524A is #88ADB5. Grayscale: #5C5C5C. Windows color (decimal): -8957366 or 4870775. OLE color: 4870775.
HSL color Cylindrical-coordinate representation of color #77524A: hue angle of 10.67º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77524A is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 82 | 74 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.53 |
| HSL | 10.67º | 0.23% | 0.38% | - |
| HSV(B) | 10.67º | 0.38% | 0.47% | - |
| XYZ | 11.86 | 10.45 | 7.87 | - |
| YUV | 92.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 74 | 0 | 0.31 | 0.38 | 0.53 | 10.67 | 0.23 | 0.38 |
| Hex | 77 | 52 | 4A | 0 | 1F | 26 | 35 | B | 17 | 26 |
| Octal | 167 | 122 | 112 | 0 | 37 | 46 | 65 | 13 | 27 | 46 |
| Binary | 1110111 | 1010010 | 1001010 | 0 | 11111 | 100110 | 110101 | 1011 | 10111 | 100110 |
Color Harmonies of #77524A
Complementary color
Monochromatic Colors of #77524A
Black with #77524A
Text Example
Text Example
White with #77524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77524A; }
p { color: rgb(119,82,74); }
H1.HeaderClassName
{
color: #77524A;
}
.AnyTagClassName
{
color: #77524A;
}
</style>
background-color css
<style>
a { background-color: #77524A; }
a { background-color: rgb(119,82,74); }
div.DivClassName
{
background-color: #77524A;
}
.BgClassName
{
background-color: #77524A;
}
</style>
border-color css
<style>
span { border-color: #77524A; }
span { border-color: rgb(119,82,74); }
td.TdClassName
{
border-color: #77524A;
}
.TagClassName
{
border-color: #77524A;
}
</style>