Shades of Bull Shot #7C4725
Tints of Bull Shot #7C4725
RGB
CMYK
RGB Variations
Color information
#7C4725 (or 0x7C4725) is known color: Bull Shot. HEX triplet: 7C, 47 and 25. RGB value is (124,71,37). Sum of RGB (Red+Green+Blue) = 124+71+37=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4725 is #83B8DA. Grayscale: #535353. Windows color (decimal): -8632539 or 2443132. OLE color: 2443132.
HSL color Cylindrical-coordinate representation of color #7C4725: hue angle of 23.45º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C4725 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 71 | 37 | - |
| CMYK | 0 | 0.43 | 0.70 | 0.51 |
| HSL | 23.45º | 0.54% | 0.32% | - |
| HSV(B) | 23.45º | 0.7% | 0.49% | - |
| XYZ | 10.9 | 8.93 | 2.9 | - |
| YUV | 82.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 71 | 37 | 0 | 0.43 | 0.70 | 0.51 | 23.45 | 0.54 | 0.32 |
| Hex | 7C | 47 | 25 | 0 | 2B | 46 | 33 | 17 | 36 | 20 |
| Octal | 174 | 107 | 45 | 0 | 53 | 106 | 63 | 27 | 66 | 40 |
| Binary | 1111100 | 1000111 | 100101 | 0 | 101011 | 1000110 | 110011 | 10111 | 110110 | 100000 |
Color Harmonies of #7C4725
Complementary color
Monochromatic Colors of #7C4725
Black with #7C4725
Text Example
Text Example
White with #7C4725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4725; }
p { color: rgb(124,71,37); }
H1.HeaderClassName
{
color: #7C4725;
}
.AnyTagClassName
{
color: #7C4725;
}
</style>
background-color css
<style>
a { background-color: #7C4725; }
a { background-color: rgb(124,71,37); }
div.DivClassName
{
background-color: #7C4725;
}
.BgClassName
{
background-color: #7C4725;
}
</style>
border-color css
<style>
span { border-color: #7C4725; }
span { border-color: rgb(124,71,37); }
td.TdClassName
{
border-color: #7C4725;
}
.TagClassName
{
border-color: #7C4725;
}
</style>