Shades of Oxley #789F7F
Tints of Oxley #789F7F
RGB
CMYK
RGB Variations
Color information
#789F7F (or 0x789F7F) is known color: Oxley. HEX triplet: 78, 9F and 7F. RGB value is (120,159,127). Sum of RGB (Red+Green+Blue) = 120+159+127=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 159 - color contains mainly: green. Hex color #789F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789F7F is #876080. Grayscale: #8F8F8F. Windows color (decimal): -8872065 or 8363896. OLE color: 8363896.
HSL color Cylindrical-coordinate representation of color #789F7F: hue angle of 130.77º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #789F7F is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 159 | 127 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.38 |
| HSL | 130.77º | 0.17% | 0.55% | - |
| HSV(B) | 130.77º | 0.25% | 0.62% | - |
| XYZ | 23.97 | 30.32 | 24.67 | - |
| YUV | 143.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 127 | 0.25 | 0 | 0.20 | 0.38 | 130.77 | 0.17 | 0.55 |
| Hex | 78 | 9F | 7F | 19 | 0 | 14 | 26 | 83 | 11 | 37 |
| Octal | 170 | 237 | 177 | 31 | 0 | 24 | 46 | 203 | 21 | 67 |
| Binary | 1111000 | 10011111 | 1111111 | 11001 | 0 | 10100 | 100110 | 10000011 | 10001 | 110111 |
Color Harmonies of #789F7F
Complementary color
Monochromatic Colors of #789F7F
Black with #789F7F
Text Example
Text Example
White with #789F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789F7F; }
p { color: rgb(120,159,127); }
H1.HeaderClassName
{
color: #789F7F;
}
.AnyTagClassName
{
color: #789F7F;
}
</style>
background-color css
<style>
a { background-color: #789F7F; }
a { background-color: rgb(120,159,127); }
div.DivClassName
{
background-color: #789F7F;
}
.BgClassName
{
background-color: #789F7F;
}
</style>
border-color css
<style>
span { border-color: #789F7F; }
span { border-color: rgb(120,159,127); }
td.TdClassName
{
border-color: #789F7F;
}
.TagClassName
{
border-color: #789F7F;
}
</style>