Shades of Buccaneer #74504B
Tints of Buccaneer #74504B
RGB
CMYK
RGB Variations
Color information
#74504B (or 0x74504B) is known color: Buccaneer. HEX triplet: 74, 50 and 4B. RGB value is (116,80,75). Sum of RGB (Red+Green+Blue) = 116+80+75=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 75 (29.69% from 255 or 27.68% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #74504B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74504B is #8BAFB4. Grayscale: #5A5A5A. Windows color (decimal): -9154485 or 4935796. OLE color: 4935796.
HSL color Cylindrical-coordinate representation of color #74504B: hue angle of 7.32º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74504B is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 80 | 75 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.55 |
| HSL | 7.32º | 0.21% | 0.37% | - |
| HSV(B) | 7.32º | 0.35% | 0.45% | - |
| XYZ | 11.34 | 9.96 | 7.98 | - |
| YUV | 90.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 75 | 0 | 0.31 | 0.35 | 0.55 | 7.32 | 0.21 | 0.37 |
| Hex | 74 | 50 | 4B | 0 | 1F | 23 | 37 | 7 | 15 | 25 |
| Octal | 164 | 120 | 113 | 0 | 37 | 43 | 67 | 7 | 25 | 45 |
| Binary | 1110100 | 1010000 | 1001011 | 0 | 11111 | 100011 | 110111 | 111 | 10101 | 100101 |
Color Harmonies of #74504B
Complementary color
Monochromatic Colors of #74504B
Black with #74504B
Text Example
Text Example
White with #74504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74504B; }
p { color: rgb(116,80,75); }
H1.HeaderClassName
{
color: #74504B;
}
.AnyTagClassName
{
color: #74504B;
}
</style>
background-color css
<style>
a { background-color: #74504B; }
a { background-color: rgb(116,80,75); }
div.DivClassName
{
background-color: #74504B;
}
.BgClassName
{
background-color: #74504B;
}
</style>
border-color css
<style>
span { border-color: #74504B; }
span { border-color: rgb(116,80,75); }
td.TdClassName
{
border-color: #74504B;
}
.TagClassName
{
border-color: #74504B;
}
</style>