Shades of Oxley #7C9D83
Tints of Oxley #7C9D83
RGB
CMYK
RGB Variations
Color information
#7C9D83 (or 0x7C9D83) is known color: Oxley. HEX triplet: 7C, 9D and 83. RGB value is (124,157,131). Sum of RGB (Red+Green+Blue) = 124+157+131=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 157 - color contains mainly: green. Hex color #7C9D83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9D83 is #83627C. Grayscale: #909090. Windows color (decimal): -8610429 or 8625532. OLE color: 8625532.
HSL color Cylindrical-coordinate representation of color #7C9D83: hue angle of 132.73º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C9D83 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 157 | 131 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.38 |
| HSL | 132.73º | 0.14% | 0.55% | - |
| HSV(B) | 132.73º | 0.21% | 0.62% | - |
| XYZ | 24.47 | 30.04 | 25.98 | - |
| YUV | 144.17 | 120.57 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 157 | 131 | 0.21 | 0 | 0.17 | 0.38 | 132.73 | 0.14 | 0.55 |
| Hex | 7C | 9D | 83 | 15 | 0 | 11 | 26 | 85 | E | 37 |
| Octal | 174 | 235 | 203 | 25 | 0 | 21 | 46 | 205 | 16 | 67 |
| Binary | 1111100 | 10011101 | 10000011 | 10101 | 0 | 10001 | 100110 | 10000101 | 1110 | 110111 |
Color Harmonies of #7C9D83
Complementary color
Monochromatic Colors of #7C9D83
Black with #7C9D83
Text Example
Text Example
White with #7C9D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9D83; }
p { color: rgb(124,157,131); }
H1.HeaderClassName
{
color: #7C9D83;
}
.AnyTagClassName
{
color: #7C9D83;
}
</style>
background-color css
<style>
a { background-color: #7C9D83; }
a { background-color: rgb(124,157,131); }
div.DivClassName
{
background-color: #7C9D83;
}
.BgClassName
{
background-color: #7C9D83;
}
</style>
border-color css
<style>
span { border-color: #7C9D83; }
span { border-color: rgb(124,157,131); }
td.TdClassName
{
border-color: #7C9D83;
}
.TagClassName
{
border-color: #7C9D83;
}
</style>