Shades of Oxley #748C7E
Tints of Oxley #748C7E
RGB
CMYK
RGB Variations
Color information
#748C7E (or 0x748C7E) is known color: Oxley. HEX triplet: 74, 8C and 7E. RGB value is (116,140,126). Sum of RGB (Red+Green+Blue) = 116+140+126=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 140 - color contains mainly: green. Hex color #748C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748C7E is #8B7381. Grayscale: #838383. Windows color (decimal): -9139074 or 8293492. OLE color: 8293492.
HSL color Cylindrical-coordinate representation of color #748C7E: hue angle of 145º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #748C7E is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 140 | 126 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.45 |
| HSL | 145º | 0.09% | 0.5% | - |
| HSV(B) | 145º | 0.17% | 0.55% | - |
| XYZ | 20.35 | 23.98 | 23.29 | - |
| YUV | 131.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 140 | 126 | 0.17 | 0 | 0.10 | 0.45 | 145 | 0.09 | 0.5 |
| Hex | 74 | 8C | 7E | 11 | 0 | A | 2D | 91 | 9 | 32 |
| Octal | 164 | 214 | 176 | 21 | 0 | 12 | 55 | 221 | 11 | 62 |
| Binary | 1110100 | 10001100 | 1111110 | 10001 | 0 | 1010 | 101101 | 10010001 | 1001 | 110010 |
Color Harmonies of #748C7E
Complementary color
Monochromatic Colors of #748C7E
Black with #748C7E
Text Example
Text Example
White with #748C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748C7E; }
p { color: rgb(116,140,126); }
H1.HeaderClassName
{
color: #748C7E;
}
.AnyTagClassName
{
color: #748C7E;
}
</style>
background-color css
<style>
a { background-color: #748C7E; }
a { background-color: rgb(116,140,126); }
div.DivClassName
{
background-color: #748C7E;
}
.BgClassName
{
background-color: #748C7E;
}
</style>
border-color css
<style>
span { border-color: #748C7E; }
span { border-color: rgb(116,140,126); }
td.TdClassName
{
border-color: #748C7E;
}
.TagClassName
{
border-color: #748C7E;
}
</style>