Shades of Bull Shot #7D472A
Tints of Bull Shot #7D472A
RGB
CMYK
RGB Variations
Color information
#7D472A (or 0x7D472A) is known color: Bull Shot. HEX triplet: 7D, 47 and 2A. RGB value is (125,71,42). Sum of RGB (Red+Green+Blue) = 125+71+42=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D472A is #82B8D5. Grayscale: #545454. Windows color (decimal): -8566998 or 2770813. OLE color: 2770813.
HSL color Cylindrical-coordinate representation of color #7D472A: hue angle of 20.96º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D472A is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 71 | 42 | - |
| CMYK | 0 | 0.43 | 0.66 | 0.51 |
| HSL | 20.96º | 0.5% | 0.33% | - |
| HSV(B) | 20.96º | 0.66% | 0.49% | - |
| XYZ | 11.13 | 9.03 | 3.35 | - |
| YUV | 83.84 | 104.39 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 71 | 42 | 0 | 0.43 | 0.66 | 0.51 | 20.96 | 0.5 | 0.33 |
| Hex | 7D | 47 | 2A | 0 | 2B | 42 | 33 | 15 | 32 | 21 |
| Octal | 175 | 107 | 52 | 0 | 53 | 102 | 63 | 25 | 62 | 41 |
| Binary | 1111101 | 1000111 | 101010 | 0 | 101011 | 1000010 | 110011 | 10101 | 110010 | 100001 |
Color Harmonies of #7D472A
Complementary color
Monochromatic Colors of #7D472A
Black with #7D472A
Text Example
Text Example
White with #7D472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D472A; }
p { color: rgb(125,71,42); }
H1.HeaderClassName
{
color: #7D472A;
}
.AnyTagClassName
{
color: #7D472A;
}
</style>
background-color css
<style>
a { background-color: #7D472A; }
a { background-color: rgb(125,71,42); }
div.DivClassName
{
background-color: #7D472A;
}
.BgClassName
{
background-color: #7D472A;
}
</style>
border-color css
<style>
span { border-color: #7D472A; }
span { border-color: rgb(125,71,42); }
td.TdClassName
{
border-color: #7D472A;
}
.TagClassName
{
border-color: #7D472A;
}
</style>