Shades of Oxley #748F7C
Tints of Oxley #748F7C
RGB
CMYK
RGB Variations
Color information
#748F7C (or 0x748F7C) is known color: Oxley. HEX triplet: 74, 8F and 7C. RGB value is (116,143,124). Sum of RGB (Red+Green+Blue) = 116+143+124=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 143 - color contains mainly: green. Hex color #748F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748F7C is #8B7083. Grayscale: #848484. Windows color (decimal): -9138308 or 8163188. OLE color: 8163188.
HSL color Cylindrical-coordinate representation of color #748F7C: hue angle of 137.78º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #748F7C is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 143 | 124 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.44 |
| HSL | 137.78º | 0.11% | 0.51% | - |
| HSV(B) | 137.78º | 0.19% | 0.56% | - |
| XYZ | 20.66 | 24.81 | 22.77 | - |
| YUV | 132.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 143 | 124 | 0.19 | 0 | 0.13 | 0.44 | 137.78 | 0.11 | 0.51 |
| Hex | 74 | 8F | 7C | 13 | 0 | D | 2C | 8A | B | 33 |
| Octal | 164 | 217 | 174 | 23 | 0 | 15 | 54 | 212 | 13 | 63 |
| Binary | 1110100 | 10001111 | 1111100 | 10011 | 0 | 1101 | 101100 | 10001010 | 1011 | 110011 |
Color Harmonies of #748F7C
Complementary color
Monochromatic Colors of #748F7C
Black with #748F7C
Text Example
Text Example
White with #748F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748F7C; }
p { color: rgb(116,143,124); }
H1.HeaderClassName
{
color: #748F7C;
}
.AnyTagClassName
{
color: #748F7C;
}
</style>
background-color css
<style>
a { background-color: #748F7C; }
a { background-color: rgb(116,143,124); }
div.DivClassName
{
background-color: #748F7C;
}
.BgClassName
{
background-color: #748F7C;
}
</style>
border-color css
<style>
span { border-color: #748F7C; }
span { border-color: rgb(116,143,124); }
td.TdClassName
{
border-color: #748F7C;
}
.TagClassName
{
border-color: #748F7C;
}
</style>