Shades of Oxley #749C80
Tints of Oxley #749C80
RGB
CMYK
RGB Variations
Color information
#749C80 (or 0x749C80) is known color: Oxley. HEX triplet: 74, 9C and 80. RGB value is (116,156,128). Sum of RGB (Red+Green+Blue) = 116+156+128=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 156 - color contains mainly: green. Hex color #749C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749C80 is #8B637F. Grayscale: #8C8C8C. Windows color (decimal): -9134976 or 8428660. OLE color: 8428660.
HSL color Cylindrical-coordinate representation of color #749C80: hue angle of 138º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #749C80 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 156 | 128 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.39 |
| HSL | 138º | 0.17% | 0.53% | - |
| HSV(B) | 138º | 0.26% | 0.61% | - |
| XYZ | 22.99 | 29.05 | 24.82 | - |
| YUV | 140.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 156 | 128 | 0.26 | 0 | 0.18 | 0.39 | 138 | 0.17 | 0.53 |
| Hex | 74 | 9C | 80 | 1A | 0 | 12 | 27 | 8A | 11 | 35 |
| Octal | 164 | 234 | 200 | 32 | 0 | 22 | 47 | 212 | 21 | 65 |
| Binary | 1110100 | 10011100 | 10000000 | 11010 | 0 | 10010 | 100111 | 10001010 | 10001 | 110101 |
Color Harmonies of #749C80
Complementary color
Monochromatic Colors of #749C80
Black with #749C80
Text Example
Text Example
White with #749C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749C80; }
p { color: rgb(116,156,128); }
H1.HeaderClassName
{
color: #749C80;
}
.AnyTagClassName
{
color: #749C80;
}
</style>
background-color css
<style>
a { background-color: #749C80; }
a { background-color: rgb(116,156,128); }
div.DivClassName
{
background-color: #749C80;
}
.BgClassName
{
background-color: #749C80;
}
</style>
border-color css
<style>
span { border-color: #749C80; }
span { border-color: rgb(116,156,128); }
td.TdClassName
{
border-color: #749C80;
}
.TagClassName
{
border-color: #749C80;
}
</style>