Shades of Oxley #789B7D
Tints of Oxley #789B7D
RGB
CMYK
RGB Variations
Color information
#789B7D (or 0x789B7D) is known color: Oxley. HEX triplet: 78, 9B and 7D. RGB value is (120,155,125). Sum of RGB (Red+Green+Blue) = 120+155+125=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 155 (60.94% from 255 or 38.75% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 155 - color contains mainly: green. Hex color #789B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789B7D is #876482. Grayscale: #8D8D8D. Windows color (decimal): -8873091 or 8231800. OLE color: 8231800.
HSL color Cylindrical-coordinate representation of color #789B7D: hue angle of 128.57º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #789B7D is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 155 | 125 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.39 |
| HSL | 128.57º | 0.15% | 0.54% | - |
| HSV(B) | 128.57º | 0.23% | 0.61% | - |
| XYZ | 23.17 | 28.92 | 23.76 | - |
| YUV | 141.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 125 | 0.23 | 0 | 0.19 | 0.39 | 128.57 | 0.15 | 0.54 |
| Hex | 78 | 9B | 7D | 17 | 0 | 13 | 27 | 81 | F | 36 |
| Octal | 170 | 233 | 175 | 27 | 0 | 23 | 47 | 201 | 17 | 66 |
| Binary | 1111000 | 10011011 | 1111101 | 10111 | 0 | 10011 | 100111 | 10000001 | 1111 | 110110 |
Color Harmonies of #789B7D
Complementary color
Monochromatic Colors of #789B7D
Black with #789B7D
Text Example
Text Example
White with #789B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789B7D; }
p { color: rgb(120,155,125); }
H1.HeaderClassName
{
color: #789B7D;
}
.AnyTagClassName
{
color: #789B7D;
}
</style>
background-color css
<style>
a { background-color: #789B7D; }
a { background-color: rgb(120,155,125); }
div.DivClassName
{
background-color: #789B7D;
}
.BgClassName
{
background-color: #789B7D;
}
</style>
border-color css
<style>
span { border-color: #789B7D; }
span { border-color: rgb(120,155,125); }
td.TdClassName
{
border-color: #789B7D;
}
.TagClassName
{
border-color: #789B7D;
}
</style>