Shades of Sushi #77993C
Tints of Sushi #77993C
RGB
CMYK
RGB Variations
Color information
#77993C (or 0x77993C) is known color: Sushi. HEX triplet: 77, 99 and 3C. RGB value is (119,153,60). Sum of RGB (Red+Green+Blue) = 119+153+60=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #77993C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77993C is #8866C3. Grayscale: #848484. Windows color (decimal): -8939204 or 3971447. OLE color: 3971447.
HSL color Cylindrical-coordinate representation of color #77993C: hue angle of 81.94º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77993C is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 60 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.4 |
| HSL | 81.94º | 0.44% | 0.42% | - |
| HSV(B) | 81.94º | 0.61% | 0.6% | - |
| XYZ | 19.81 | 27.03 | 8.45 | - |
| YUV | 132.23 | 87.24 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 60 | 0.22 | 0 | 0.61 | 0.4 | 81.94 | 0.44 | 0.42 |
| Hex | 77 | 99 | 3C | 16 | 0 | 3D | 28 | 52 | 2C | 2A |
| Octal | 167 | 231 | 74 | 26 | 0 | 75 | 50 | 122 | 54 | 52 |
| Binary | 1110111 | 10011001 | 111100 | 10110 | 0 | 111101 | 101000 | 1010010 | 101100 | 101010 |
Color Harmonies of #77993C
Complementary color
Monochromatic Colors of #77993C
Black with #77993C
Text Example
Text Example
White with #77993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77993C; }
p { color: rgb(119,153,60); }
H1.HeaderClassName
{
color: #77993C;
}
.AnyTagClassName
{
color: #77993C;
}
</style>
background-color css
<style>
a { background-color: #77993C; }
a { background-color: rgb(119,153,60); }
div.DivClassName
{
background-color: #77993C;
}
.BgClassName
{
background-color: #77993C;
}
</style>
border-color css
<style>
span { border-color: #77993C; }
span { border-color: rgb(119,153,60); }
td.TdClassName
{
border-color: #77993C;
}
.TagClassName
{
border-color: #77993C;
}
</style>