Shades of Bull Shot #77442A
Tints of Bull Shot #77442A
RGB
CMYK
RGB Variations
Color information
#77442A (or 0x77442A) is known color: Bull Shot. HEX triplet: 77, 44 and 2A. RGB value is (119,68,42). Sum of RGB (Red+Green+Blue) = 119+68+42=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 42 (16.80% from 255 or 18.34% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #77442A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77442A is #88BBD5. Grayscale: #505050. Windows color (decimal): -8960982 or 2770039. OLE color: 2770039.
HSL color Cylindrical-coordinate representation of color #77442A: hue angle of 20.26º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77442A is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 68 | 42 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.53 |
| HSL | 20.26º | 0.48% | 0.32% | - |
| HSV(B) | 20.26º | 0.65% | 0.47% | - |
| XYZ | 10.09 | 8.22 | 3.25 | - |
| YUV | 80.29 | 106.4 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 68 | 42 | 0 | 0.43 | 0.65 | 0.53 | 20.26 | 0.48 | 0.32 |
| Hex | 77 | 44 | 2A | 0 | 2B | 41 | 35 | 14 | 30 | 20 |
| Octal | 167 | 104 | 52 | 0 | 53 | 101 | 65 | 24 | 60 | 40 |
| Binary | 1110111 | 1000100 | 101010 | 0 | 101011 | 1000001 | 110101 | 10100 | 110000 | 100000 |
Color Harmonies of #77442A
Complementary color
Monochromatic Colors of #77442A
Black with #77442A
Text Example
Text Example
White with #77442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77442A; }
p { color: rgb(119,68,42); }
H1.HeaderClassName
{
color: #77442A;
}
.AnyTagClassName
{
color: #77442A;
}
</style>
background-color css
<style>
a { background-color: #77442A; }
a { background-color: rgb(119,68,42); }
div.DivClassName
{
background-color: #77442A;
}
.BgClassName
{
background-color: #77442A;
}
</style>
border-color css
<style>
span { border-color: #77442A; }
span { border-color: rgb(119,68,42); }
td.TdClassName
{
border-color: #77442A;
}
.TagClassName
{
border-color: #77442A;
}
</style>