Shades of Oxley #7B9484
Tints of Oxley #7B9484
RGB
CMYK
RGB Variations
Color information
#7B9484 (or 0x7B9484) is known color: Oxley. HEX triplet: 7B, 94 and 84. RGB value is (123,148,132). Sum of RGB (Red+Green+Blue) = 123+148+132=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 148 - color contains mainly: green. Hex color #7B9484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9484 is #846B7B. Grayscale: #8A8A8A. Windows color (decimal): -8678268 or 8688763. OLE color: 8688763.
HSL color Cylindrical-coordinate representation of color #7B9484: hue angle of 141.6º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B9484 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 148 | 132 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.42 |
| HSL | 141.6º | 0.1% | 0.53% | - |
| HSV(B) | 141.6º | 0.17% | 0.58% | - |
| XYZ | 22.92 | 27.06 | 25.84 | - |
| YUV | 138.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 148 | 132 | 0.17 | 0 | 0.11 | 0.42 | 141.6 | 0.1 | 0.53 |
| Hex | 7B | 94 | 84 | 11 | 0 | B | 2A | 8E | A | 35 |
| Octal | 173 | 224 | 204 | 21 | 0 | 13 | 52 | 216 | 12 | 65 |
| Binary | 1111011 | 10010100 | 10000100 | 10001 | 0 | 1011 | 101010 | 10001110 | 1010 | 110101 |
Color Harmonies of #7B9484
Complementary color
Monochromatic Colors of #7B9484
Black with #7B9484
Text Example
Text Example
White with #7B9484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9484; }
p { color: rgb(123,148,132); }
H1.HeaderClassName
{
color: #7B9484;
}
.AnyTagClassName
{
color: #7B9484;
}
</style>
background-color css
<style>
a { background-color: #7B9484; }
a { background-color: rgb(123,148,132); }
div.DivClassName
{
background-color: #7B9484;
}
.BgClassName
{
background-color: #7B9484;
}
</style>
border-color css
<style>
span { border-color: #7B9484; }
span { border-color: rgb(123,148,132); }
td.TdClassName
{
border-color: #7B9484;
}
.TagClassName
{
border-color: #7B9484;
}
</style>