Shades of Oxley #749B7D
Tints of Oxley #749B7D
RGB
CMYK
RGB Variations
Color information
#749B7D (or 0x749B7D) is known color: Oxley. HEX triplet: 74, 9B and 7D. RGB value is (116,155,125). Sum of RGB (Red+Green+Blue) = 116+155+125=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 155 - color contains mainly: green. Hex color #749B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749B7D is #8B6482. Grayscale: #8C8C8C. Windows color (decimal): -9135235 or 8231796. OLE color: 8231796.
HSL color Cylindrical-coordinate representation of color #749B7D: hue angle of 133.85º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #749B7D is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 155 | 125 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.39 |
| HSL | 133.85º | 0.16% | 0.53% | - |
| HSV(B) | 133.85º | 0.25% | 0.61% | - |
| XYZ | 22.63 | 28.64 | 23.74 | - |
| YUV | 139.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 155 | 125 | 0.25 | 0 | 0.19 | 0.39 | 133.85 | 0.16 | 0.53 |
| Hex | 74 | 9B | 7D | 19 | 0 | 13 | 27 | 86 | 10 | 35 |
| Octal | 164 | 233 | 175 | 31 | 0 | 23 | 47 | 206 | 20 | 65 |
| Binary | 1110100 | 10011011 | 1111101 | 11001 | 0 | 10011 | 100111 | 10000110 | 10000 | 110101 |
Color Harmonies of #749B7D
Complementary color
Monochromatic Colors of #749B7D
Black with #749B7D
Text Example
Text Example
White with #749B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749B7D; }
p { color: rgb(116,155,125); }
H1.HeaderClassName
{
color: #749B7D;
}
.AnyTagClassName
{
color: #749B7D;
}
</style>
background-color css
<style>
a { background-color: #749B7D; }
a { background-color: rgb(116,155,125); }
div.DivClassName
{
background-color: #749B7D;
}
.BgClassName
{
background-color: #749B7D;
}
</style>
border-color css
<style>
span { border-color: #749B7D; }
span { border-color: rgb(116,155,125); }
td.TdClassName
{
border-color: #749B7D;
}
.TagClassName
{
border-color: #749B7D;
}
</style>