Shades of Buccaneer #77534B
Tints of Buccaneer #77534B
RGB
CMYK
RGB Variations
Color information
#77534B (or 0x77534B) is known color: Buccaneer. HEX triplet: 77, 53 and 4B. RGB value is (119,83,75). Sum of RGB (Red+Green+Blue) = 119+83+75=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77534B is #88ACB4. Grayscale: #5C5C5C. Windows color (decimal): -8957109 or 4936567. OLE color: 4936567.
HSL color Cylindrical-coordinate representation of color #77534B: hue angle of 10.91º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77534B is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 83 | 75 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.53 |
| HSL | 10.91º | 0.23% | 0.38% | - |
| HSV(B) | 10.91º | 0.37% | 0.47% | - |
| XYZ | 11.97 | 10.62 | 8.07 | - |
| YUV | 92.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 83 | 75 | 0 | 0.30 | 0.37 | 0.53 | 10.91 | 0.23 | 0.38 |
| Hex | 77 | 53 | 4B | 0 | 1E | 25 | 35 | B | 17 | 26 |
| Octal | 167 | 123 | 113 | 0 | 36 | 45 | 65 | 13 | 27 | 46 |
| Binary | 1110111 | 1010011 | 1001011 | 0 | 11110 | 100101 | 110101 | 1011 | 10111 | 100110 |
Color Harmonies of #77534B
Complementary color
Monochromatic Colors of #77534B
Black with #77534B
Text Example
Text Example
White with #77534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77534B; }
p { color: rgb(119,83,75); }
H1.HeaderClassName
{
color: #77534B;
}
.AnyTagClassName
{
color: #77534B;
}
</style>
background-color css
<style>
a { background-color: #77534B; }
a { background-color: rgb(119,83,75); }
div.DivClassName
{
background-color: #77534B;
}
.BgClassName
{
background-color: #77534B;
}
</style>
border-color css
<style>
span { border-color: #77534B; }
span { border-color: rgb(119,83,75); }
td.TdClassName
{
border-color: #77534B;
}
.TagClassName
{
border-color: #77534B;
}
</style>