Shades of Oxley #769684
Tints of Oxley #769684
RGB
CMYK
RGB Variations
Color information
#769684 (or 0x769684) is known color: Oxley. HEX triplet: 76, 96 and 84. RGB value is (118,150,132). Sum of RGB (Red+Green+Blue) = 118+150+132=400 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.5% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 150 - color contains mainly: green. Hex color #769684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769684 is #89697B. Grayscale: #8A8A8A. Windows color (decimal): -9005436 or 8689270. OLE color: 8689270.
HSL color Cylindrical-coordinate representation of color #769684: hue angle of 146.25º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769684 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 150 | 132 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.41 |
| HSL | 146.25º | 0.13% | 0.53% | - |
| HSV(B) | 146.25º | 0.21% | 0.59% | - |
| XYZ | 22.54 | 27.33 | 25.92 | - |
| YUV | 138.38 | 124.4 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 132 | 0.21 | 0 | 0.12 | 0.41 | 146.25 | 0.13 | 0.53 |
| Hex | 76 | 96 | 84 | 15 | 0 | C | 29 | 92 | D | 35 |
| Octal | 166 | 226 | 204 | 25 | 0 | 14 | 51 | 222 | 15 | 65 |
| Binary | 1110110 | 10010110 | 10000100 | 10101 | 0 | 1100 | 101001 | 10010010 | 1101 | 110101 |
Color Harmonies of #769684
Complementary color
Monochromatic Colors of #769684
Black with #769684
Text Example
Text Example
White with #769684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769684; }
p { color: rgb(118,150,132); }
H1.HeaderClassName
{
color: #769684;
}
.AnyTagClassName
{
color: #769684;
}
</style>
background-color css
<style>
a { background-color: #769684; }
a { background-color: rgb(118,150,132); }
div.DivClassName
{
background-color: #769684;
}
.BgClassName
{
background-color: #769684;
}
</style>
border-color css
<style>
span { border-color: #769684; }
span { border-color: rgb(118,150,132); }
td.TdClassName
{
border-color: #769684;
}
.TagClassName
{
border-color: #769684;
}
</style>