Shades of Buccaneer #77524D
Tints of Buccaneer #77524D
RGB
CMYK
RGB Variations
Color information
#77524D (or 0x77524D) is known color: Buccaneer. HEX triplet: 77, 52 and 4D. RGB value is (119,82,77). Sum of RGB (Red+Green+Blue) = 119+82+77=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77524D is #88ADB2. Grayscale: #5C5C5C. Windows color (decimal): -8957363 or 5067383. OLE color: 5067383.
HSL color Cylindrical-coordinate representation of color #77524D: hue angle of 7.14º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77524D is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 82 | 77 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.53 |
| HSL | 7.14º | 0.21% | 0.38% | - |
| HSV(B) | 7.14º | 0.35% | 0.47% | - |
| XYZ | 11.96 | 10.49 | 8.42 | - |
| YUV | 92.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 77 | 0 | 0.31 | 0.35 | 0.53 | 7.14 | 0.21 | 0.38 |
| Hex | 77 | 52 | 4D | 0 | 1F | 23 | 35 | 7 | 15 | 26 |
| Octal | 167 | 122 | 115 | 0 | 37 | 43 | 65 | 7 | 25 | 46 |
| Binary | 1110111 | 1010010 | 1001101 | 0 | 11111 | 100011 | 110101 | 111 | 10101 | 100110 |
Color Harmonies of #77524D
Complementary color
Monochromatic Colors of #77524D
Black with #77524D
Text Example
Text Example
White with #77524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77524D; }
p { color: rgb(119,82,77); }
H1.HeaderClassName
{
color: #77524D;
}
.AnyTagClassName
{
color: #77524D;
}
</style>
background-color css
<style>
a { background-color: #77524D; }
a { background-color: rgb(119,82,77); }
div.DivClassName
{
background-color: #77524D;
}
.BgClassName
{
background-color: #77524D;
}
</style>
border-color css
<style>
span { border-color: #77524D; }
span { border-color: rgb(119,82,77); }
td.TdClassName
{
border-color: #77524D;
}
.TagClassName
{
border-color: #77524D;
}
</style>