Shades of Oxley #74977E
Tints of Oxley #74977E
RGB
CMYK
RGB Variations
Color information
#74977E (or 0x74977E) is known color: Oxley. HEX triplet: 74, 97 and 7E. RGB value is (116,151,126). Sum of RGB (Red+Green+Blue) = 116+151+126=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 151 - color contains mainly: green. Hex color #74977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74977E is #8B6881. Grayscale: #898989. Windows color (decimal): -9136258 or 8296308. OLE color: 8296308.
HSL color Cylindrical-coordinate representation of color #74977E: hue angle of 137.14º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #74977E is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 151 | 126 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.41 |
| HSL | 137.14º | 0.14% | 0.52% | - |
| HSV(B) | 137.14º | 0.23% | 0.59% | - |
| XYZ | 22.03 | 27.35 | 23.86 | - |
| YUV | 137.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 151 | 126 | 0.23 | 0 | 0.17 | 0.41 | 137.14 | 0.14 | 0.52 |
| Hex | 74 | 97 | 7E | 17 | 0 | 11 | 29 | 89 | E | 34 |
| Octal | 164 | 227 | 176 | 27 | 0 | 21 | 51 | 211 | 16 | 64 |
| Binary | 1110100 | 10010111 | 1111110 | 10111 | 0 | 10001 | 101001 | 10001001 | 1110 | 110100 |
Color Harmonies of #74977E
Complementary color
Monochromatic Colors of #74977E
Black with #74977E
Text Example
Text Example
White with #74977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74977E; }
p { color: rgb(116,151,126); }
H1.HeaderClassName
{
color: #74977E;
}
.AnyTagClassName
{
color: #74977E;
}
</style>
background-color css
<style>
a { background-color: #74977E; }
a { background-color: rgb(116,151,126); }
div.DivClassName
{
background-color: #74977E;
}
.BgClassName
{
background-color: #74977E;
}
</style>
border-color css
<style>
span { border-color: #74977E; }
span { border-color: rgb(116,151,126); }
td.TdClassName
{
border-color: #74977E;
}
.TagClassName
{
border-color: #74977E;
}
</style>