Shades of Sushi #7A9727
Tints of Sushi #7A9727
RGB
CMYK
RGB Variations
Color information
#7A9727 (or 0x7A9727) is known color: Sushi. HEX triplet: 7A, 97 and 27. RGB value is (122,151,39). Sum of RGB (Red+Green+Blue) = 122+151+39=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #7A9727 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A9727 is #8568D8. Grayscale: #818181. Windows color (decimal): -8743129 or 2594682. OLE color: 2594682.
HSL color Cylindrical-coordinate representation of color #7A9727: hue angle of 75.54º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A9727 is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 122 | 151 | 39 | - |
| CMYK | 0.19 | 0 | 0.74 | 0.41 |
| HSL | 75.54º | 0.59% | 0.37% | - |
| HSV(B) | 75.54º | 0.74% | 0.59% | - |
| XYZ | 19.46 | 26.42 | 5.99 | - |
| YUV | 129.56 | 76.89 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 151 | 39 | 0.19 | 0 | 0.74 | 0.41 | 75.54 | 0.59 | 0.37 |
| Hex | 7A | 97 | 27 | 13 | 0 | 4A | 29 | 4C | 3B | 25 |
| Octal | 172 | 227 | 47 | 23 | 0 | 112 | 51 | 114 | 73 | 45 |
| Binary | 1111010 | 10010111 | 100111 | 10011 | 0 | 1001010 | 101001 | 1001100 | 111011 | 100101 |
Color Harmonies of #7A9727
Complementary color
Monochromatic Colors of #7A9727
Black with #7A9727
Text Example
Text Example
White with #7A9727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9727; }
p { color: rgb(122,151,39); }
H1.HeaderClassName
{
color: #7A9727;
}
.AnyTagClassName
{
color: #7A9727;
}
</style>
background-color css
<style>
a { background-color: #7A9727; }
a { background-color: rgb(122,151,39); }
div.DivClassName
{
background-color: #7A9727;
}
.BgClassName
{
background-color: #7A9727;
}
</style>
border-color css
<style>
span { border-color: #7A9727; }
span { border-color: rgb(122,151,39); }
td.TdClassName
{
border-color: #7A9727;
}
.TagClassName
{
border-color: #7A9727;
}
</style>