Shades of Bull Shot #7D4424
Tints of Bull Shot #7D4424
RGB
CMYK
RGB Variations
Color information
#7D4424 (or 0x7D4424) is known color: Bull Shot. HEX triplet: 7D, 44 and 24. RGB value is (125,68,36). Sum of RGB (Red+Green+Blue) = 125+68+36=229 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.59% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4424 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4424 is #82BBDB. Grayscale: #515151. Windows color (decimal): -8567772 or 2376829. OLE color: 2376829.
HSL color Cylindrical-coordinate representation of color #7D4424: hue angle of 21.57º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D4424 is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 68 | 36 | - |
| CMYK | 0 | 0.46 | 0.71 | 0.51 |
| HSL | 21.57º | 0.55% | 0.32% | - |
| HSV(B) | 21.57º | 0.71% | 0.49% | - |
| XYZ | 10.84 | 8.62 | 2.76 | - |
| YUV | 81.4 | 102.38 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 68 | 36 | 0 | 0.46 | 0.71 | 0.51 | 21.57 | 0.55 | 0.32 |
| Hex | 7D | 44 | 24 | 0 | 2E | 47 | 33 | 16 | 37 | 20 |
| Octal | 175 | 104 | 44 | 0 | 56 | 107 | 63 | 26 | 67 | 40 |
| Binary | 1111101 | 1000100 | 100100 | 0 | 101110 | 1000111 | 110011 | 10110 | 110111 | 100000 |
Color Harmonies of #7D4424
Complementary color
Monochromatic Colors of #7D4424
Black with #7D4424
Text Example
Text Example
White with #7D4424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4424; }
p { color: rgb(125,68,36); }
H1.HeaderClassName
{
color: #7D4424;
}
.AnyTagClassName
{
color: #7D4424;
}
</style>
background-color css
<style>
a { background-color: #7D4424; }
a { background-color: rgb(125,68,36); }
div.DivClassName
{
background-color: #7D4424;
}
.BgClassName
{
background-color: #7D4424;
}
</style>
border-color css
<style>
span { border-color: #7D4424; }
span { border-color: rgb(125,68,36); }
td.TdClassName
{
border-color: #7D4424;
}
.TagClassName
{
border-color: #7D4424;
}
</style>