Shades of Sushi #789A2C
Tints of Sushi #789A2C
RGB
CMYK
RGB Variations
Color information
#789A2C (or 0x789A2C) is known color: Sushi. HEX triplet: 78, 9A and 2C. RGB value is (120,154,44). Sum of RGB (Red+Green+Blue) = 120+154+44=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 154 (60.55% from 255 or 48.43% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 154 - color contains mainly: green. Hex color #789A2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #789A2C is #8765D3. Grayscale: #838383. Windows color (decimal): -8873428 or 2923128. OLE color: 2923128.
HSL color Cylindrical-coordinate representation of color #789A2C: hue angle of 78.55º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #789A2C is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 154 | 44 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.40 |
| HSL | 78.55º | 0.56% | 0.39% | - |
| HSV(B) | 78.55º | 0.71% | 0.6% | - |
| XYZ | 19.76 | 27.29 | 6.61 | - |
| YUV | 131.29 | 78.74 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 154 | 44 | 0.22 | 0 | 0.71 | 0.40 | 78.55 | 0.56 | 0.39 |
| Hex | 78 | 9A | 2C | 16 | 0 | 47 | 28 | 4F | 38 | 27 |
| Octal | 170 | 232 | 54 | 26 | 0 | 107 | 50 | 117 | 70 | 47 |
| Binary | 1111000 | 10011010 | 101100 | 10110 | 0 | 1000111 | 101000 | 1001111 | 111000 | 100111 |
Color Harmonies of #789A2C
Complementary color
Monochromatic Colors of #789A2C
Black with #789A2C
Text Example
Text Example
White with #789A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789A2C; }
p { color: rgb(120,154,44); }
H1.HeaderClassName
{
color: #789A2C;
}
.AnyTagClassName
{
color: #789A2C;
}
</style>
background-color css
<style>
a { background-color: #789A2C; }
a { background-color: rgb(120,154,44); }
div.DivClassName
{
background-color: #789A2C;
}
.BgClassName
{
background-color: #789A2C;
}
</style>
border-color css
<style>
span { border-color: #789A2C; }
span { border-color: rgb(120,154,44); }
td.TdClassName
{
border-color: #789A2C;
}
.TagClassName
{
border-color: #789A2C;
}
</style>