Shades of Sushi #7D9C47
Tints of Sushi #7D9C47
RGB
CMYK
RGB Variations
Color information
#7D9C47 (or 0x7D9C47) is known color: Sushi. HEX triplet: 7D, 9C and 47. RGB value is (125,156,71). Sum of RGB (Red+Green+Blue) = 125+156+71=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 156 (61.33% from 255 or 44.32% from 352); Blue value is 71 (28.12% from 255 or 20.17% from 352); Max value from RGB is 156 - color contains mainly: green. Hex color #7D9C47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D9C47 is #8263B8. Grayscale: #898989. Windows color (decimal): -8545209 or 4693117. OLE color: 4693117.
HSL color Cylindrical-coordinate representation of color #7D9C47: hue angle of 81.88º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D9C47 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 125 | 156 | 71 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.39 |
| HSL | 81.88º | 0.37% | 0.45% | - |
| HSV(B) | 81.88º | 0.54% | 0.61% | - |
| XYZ | 21.48 | 28.59 | 10.35 | - |
| YUV | 137.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 156 | 71 | 0.20 | 0 | 0.54 | 0.39 | 81.88 | 0.37 | 0.45 |
| Hex | 7D | 9C | 47 | 14 | 0 | 36 | 27 | 52 | 25 | 2D |
| Octal | 175 | 234 | 107 | 24 | 0 | 66 | 47 | 122 | 45 | 55 |
| Binary | 1111101 | 10011100 | 1000111 | 10100 | 0 | 110110 | 100111 | 1010010 | 100101 | 101101 |
Color Harmonies of #7D9C47
Complementary color
Monochromatic Colors of #7D9C47
Black with #7D9C47
Text Example
Text Example
White with #7D9C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9C47; }
p { color: rgb(125,156,71); }
H1.HeaderClassName
{
color: #7D9C47;
}
.AnyTagClassName
{
color: #7D9C47;
}
</style>
background-color css
<style>
a { background-color: #7D9C47; }
a { background-color: rgb(125,156,71); }
div.DivClassName
{
background-color: #7D9C47;
}
.BgClassName
{
background-color: #7D9C47;
}
</style>
border-color css
<style>
span { border-color: #7D9C47; }
span { border-color: rgb(125,156,71); }
td.TdClassName
{
border-color: #7D9C47;
}
.TagClassName
{
border-color: #7D9C47;
}
</style>