Shades of Oxley #708A7C
Tints of Oxley #708A7C
RGB
CMYK
RGB Variations
Color information
#708A7C (or 0x708A7C) is known color: Oxley. HEX triplet: 70, 8A and 7C. RGB value is (112,138,124). Sum of RGB (Red+Green+Blue) = 112+138+124=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 138 (54.30% from 255 or 36.90% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 138 - color contains mainly: green. Hex color #708A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708A7C is #8F7583. Grayscale: #808080. Windows color (decimal): -9401732 or 8161904. OLE color: 8161904.
HSL color Cylindrical-coordinate representation of color #708A7C: hue angle of 147.69º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #708A7C is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 112 | 138 | 124 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.46 |
| HSL | 147.69º | 0.1% | 0.49% | - |
| HSV(B) | 147.69º | 0.19% | 0.54% | - |
| XYZ | 19.41 | 23.08 | 22.5 | - |
| YUV | 128.63 | 125.39 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 138 | 124 | 0.19 | 0 | 0.10 | 0.46 | 147.69 | 0.1 | 0.49 |
| Hex | 70 | 8A | 7C | 13 | 0 | A | 2E | 94 | A | 31 |
| Octal | 160 | 212 | 174 | 23 | 0 | 12 | 56 | 224 | 12 | 61 |
| Binary | 1110000 | 10001010 | 1111100 | 10011 | 0 | 1010 | 101110 | 10010100 | 1010 | 110001 |
Color Harmonies of #708A7C
Complementary color
Monochromatic Colors of #708A7C
Black with #708A7C
Text Example
Text Example
White with #708A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708A7C; }
p { color: rgb(112,138,124); }
H1.HeaderClassName
{
color: #708A7C;
}
.AnyTagClassName
{
color: #708A7C;
}
</style>
background-color css
<style>
a { background-color: #708A7C; }
a { background-color: rgb(112,138,124); }
div.DivClassName
{
background-color: #708A7C;
}
.BgClassName
{
background-color: #708A7C;
}
</style>
border-color css
<style>
span { border-color: #708A7C; }
span { border-color: rgb(112,138,124); }
td.TdClassName
{
border-color: #708A7C;
}
.TagClassName
{
border-color: #708A7C;
}
</style>