Shades of Buccaneer #7B4B4A
Tints of Buccaneer #7B4B4A
RGB
CMYK
RGB Variations
Color information
#7B4B4A (or 0x7B4B4A) is known color: Buccaneer. HEX triplet: 7B, 4B and 4A. RGB value is (123,75,74). Sum of RGB (Red+Green+Blue) = 123+75+74=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4B4A is #84B4B5. Grayscale: #595959. Windows color (decimal): -8697014 or 4868987. OLE color: 4868987.
HSL color Cylindrical-coordinate representation of color #7B4B4A: hue angle of 1.22º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B4B4A is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 75 | 74 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.52 |
| HSL | 1.22º | 0.25% | 0.39% | - |
| HSV(B) | 1.22º | 0.4% | 0.48% | - |
| XYZ | 11.92 | 9.74 | 7.73 | - |
| YUV | 89.24 | 119.4 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 75 | 74 | 0 | 0.39 | 0.40 | 0.52 | 1.22 | 0.25 | 0.39 |
| Hex | 7B | 4B | 4A | 0 | 27 | 28 | 34 | 1 | 19 | 27 |
| Octal | 173 | 113 | 112 | 0 | 47 | 50 | 64 | 1 | 31 | 47 |
| Binary | 1111011 | 1001011 | 1001010 | 0 | 100111 | 101000 | 110100 | 1 | 11001 | 100111 |
Color Harmonies of #7B4B4A
Complementary color
Monochromatic Colors of #7B4B4A
Black with #7B4B4A
Text Example
Text Example
White with #7B4B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4B4A; }
p { color: rgb(123,75,74); }
H1.HeaderClassName
{
color: #7B4B4A;
}
.AnyTagClassName
{
color: #7B4B4A;
}
</style>
background-color css
<style>
a { background-color: #7B4B4A; }
a { background-color: rgb(123,75,74); }
div.DivClassName
{
background-color: #7B4B4A;
}
.BgClassName
{
background-color: #7B4B4A;
}
</style>
border-color css
<style>
span { border-color: #7B4B4A; }
span { border-color: rgb(123,75,74); }
td.TdClassName
{
border-color: #7B4B4A;
}
.TagClassName
{
border-color: #7B4B4A;
}
</style>