Shades of Sushi #7A9329
Tints of Sushi #7A9329
RGB
CMYK
RGB Variations
Color information
#7A9329 (or 0x7A9329) is known color: Sushi. HEX triplet: 7A, 93 and 29. RGB value is (122,147,41). Sum of RGB (Red+Green+Blue) = 122+147+41=310 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.35% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #7A9329 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9329 is #856CD6. Grayscale: #7F7F7F. Windows color (decimal): -8744151 or 2724730. OLE color: 2724730.
HSL color Cylindrical-coordinate representation of color #7A9329: hue angle of 74.15º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A9329 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 147 | 41 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.42 |
| HSL | 74.15º | 0.56% | 0.37% | - |
| HSV(B) | 74.15º | 0.72% | 0.58% | - |
| XYZ | 18.86 | 25.17 | 5.96 | - |
| YUV | 127.44 | 79.22 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 147 | 41 | 0.17 | 0 | 0.72 | 0.42 | 74.15 | 0.56 | 0.37 |
| Hex | 7A | 93 | 29 | 11 | 0 | 48 | 2A | 4A | 38 | 25 |
| Octal | 172 | 223 | 51 | 21 | 0 | 110 | 52 | 112 | 70 | 45 |
| Binary | 1111010 | 10010011 | 101001 | 10001 | 0 | 1001000 | 101010 | 1001010 | 111000 | 100101 |
Color Harmonies of #7A9329
Complementary color
Monochromatic Colors of #7A9329
Black with #7A9329
Text Example
Text Example
White with #7A9329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9329; }
p { color: rgb(122,147,41); }
H1.HeaderClassName
{
color: #7A9329;
}
.AnyTagClassName
{
color: #7A9329;
}
</style>
background-color css
<style>
a { background-color: #7A9329; }
a { background-color: rgb(122,147,41); }
div.DivClassName
{
background-color: #7A9329;
}
.BgClassName
{
background-color: #7A9329;
}
</style>
border-color css
<style>
span { border-color: #7A9329; }
span { border-color: rgb(122,147,41); }
td.TdClassName
{
border-color: #7A9329;
}
.TagClassName
{
border-color: #7A9329;
}
</style>