Shades of Oxley #748E7E
Tints of Oxley #748E7E
RGB
CMYK
RGB Variations
Color information
#748E7E (or 0x748E7E) is known color: Oxley. HEX triplet: 74, 8E and 7E. RGB value is (116,142,126). Sum of RGB (Red+Green+Blue) = 116+142+126=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 142 - color contains mainly: green. Hex color #748E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748E7E is #8B7181. Grayscale: #848484. Windows color (decimal): -9138562 or 8294004. OLE color: 8294004.
HSL color Cylindrical-coordinate representation of color #748E7E: hue angle of 143.08º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #748E7E is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 142 | 126 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.44 |
| HSL | 143.08º | 0.1% | 0.51% | - |
| HSV(B) | 143.08º | 0.18% | 0.56% | - |
| XYZ | 20.64 | 24.57 | 23.39 | - |
| YUV | 132.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 142 | 126 | 0.18 | 0 | 0.11 | 0.44 | 143.08 | 0.1 | 0.51 |
| Hex | 74 | 8E | 7E | 12 | 0 | B | 2C | 8F | A | 33 |
| Octal | 164 | 216 | 176 | 22 | 0 | 13 | 54 | 217 | 12 | 63 |
| Binary | 1110100 | 10001110 | 1111110 | 10010 | 0 | 1011 | 101100 | 10001111 | 1010 | 110011 |
Color Harmonies of #748E7E
Complementary color
Monochromatic Colors of #748E7E
Black with #748E7E
Text Example
Text Example
White with #748E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748E7E; }
p { color: rgb(116,142,126); }
H1.HeaderClassName
{
color: #748E7E;
}
.AnyTagClassName
{
color: #748E7E;
}
</style>
background-color css
<style>
a { background-color: #748E7E; }
a { background-color: rgb(116,142,126); }
div.DivClassName
{
background-color: #748E7E;
}
.BgClassName
{
background-color: #748E7E;
}
</style>
border-color css
<style>
span { border-color: #748E7E; }
span { border-color: rgb(116,142,126); }
td.TdClassName
{
border-color: #748E7E;
}
.TagClassName
{
border-color: #748E7E;
}
</style>