Shades of Sushi #76972E
Tints of Sushi #76972E
RGB
CMYK
RGB Variations
Color information
#76972E (or 0x76972E) is known color: Sushi. HEX triplet: 76, 97 and 2E. RGB value is (118,151,46). Sum of RGB (Red+Green+Blue) = 118+151+46=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 151 - color contains mainly: green. Hex color #76972E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76972E is #8968D1. Grayscale: #818181. Windows color (decimal): -9005266 or 3053430. OLE color: 3053430.
HSL color Cylindrical-coordinate representation of color #76972E: hue angle of 78.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76972E is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 151 | 46 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.41 |
| HSL | 78.86º | 0.53% | 0.39% | - |
| HSV(B) | 78.86º | 0.7% | 0.59% | - |
| XYZ | 19.03 | 26.18 | 6.64 | - |
| YUV | 129.16 | 81.07 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 151 | 46 | 0.22 | 0 | 0.70 | 0.41 | 78.86 | 0.53 | 0.39 |
| Hex | 76 | 97 | 2E | 16 | 0 | 46 | 29 | 4F | 35 | 27 |
| Octal | 166 | 227 | 56 | 26 | 0 | 106 | 51 | 117 | 65 | 47 |
| Binary | 1110110 | 10010111 | 101110 | 10110 | 0 | 1000110 | 101001 | 1001111 | 110101 | 100111 |
Color Harmonies of #76972E
Complementary color
Monochromatic Colors of #76972E
Black with #76972E
Text Example
Text Example
White with #76972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76972E; }
p { color: rgb(118,151,46); }
H1.HeaderClassName
{
color: #76972E;
}
.AnyTagClassName
{
color: #76972E;
}
</style>
background-color css
<style>
a { background-color: #76972E; }
a { background-color: rgb(118,151,46); }
div.DivClassName
{
background-color: #76972E;
}
.BgClassName
{
background-color: #76972E;
}
</style>
border-color css
<style>
span { border-color: #76972E; }
span { border-color: rgb(118,151,46); }
td.TdClassName
{
border-color: #76972E;
}
.TagClassName
{
border-color: #76972E;
}
</style>