Shades of Neptune #769A9D
Tints of Neptune #769A9D
RGB
CMYK
RGB Variations
Color information
#769A9D (or 0x769A9D) is known color: Neptune. HEX triplet: 76, 9A and 9D. RGB value is (118,154,157). Sum of RGB (Red+Green+Blue) = 118+154+157=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #769A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769A9D is #896562. Grayscale: #8F8F8F. Windows color (decimal): -9004387 or 10328694. OLE color: 10328694.
HSL color Cylindrical-coordinate representation of color #769A9D: hue angle of 184.62º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #769A9D is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 118 | 154 | 157 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.38 |
| HSL | 184.62º | 0.17% | 0.54% | - |
| HSV(B) | 184.62º | 0.25% | 0.62% | - |
| XYZ | 25.11 | 29.4 | 36.25 | - |
| YUV | 143.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 154 | 157 | 0.25 | 0.02 | 0 | 0.38 | 184.62 | 0.17 | 0.54 |
| Hex | 76 | 9A | 9D | 19 | 2 | 0 | 26 | B9 | 11 | 36 |
| Octal | 166 | 232 | 235 | 31 | 2 | 0 | 46 | 271 | 21 | 66 |
| Binary | 1110110 | 10011010 | 10011101 | 11001 | 10 | 0 | 100110 | 10111001 | 10001 | 110110 |
Color Harmonies of #769A9D
Complementary color
Monochromatic Colors of #769A9D
Black with #769A9D
Text Example
Text Example
White with #769A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769A9D; }
p { color: rgb(118,154,157); }
H1.HeaderClassName
{
color: #769A9D;
}
.AnyTagClassName
{
color: #769A9D;
}
</style>
background-color css
<style>
a { background-color: #769A9D; }
a { background-color: rgb(118,154,157); }
div.DivClassName
{
background-color: #769A9D;
}
.BgClassName
{
background-color: #769A9D;
}
</style>
border-color css
<style>
span { border-color: #769A9D; }
span { border-color: rgb(118,154,157); }
td.TdClassName
{
border-color: #769A9D;
}
.TagClassName
{
border-color: #769A9D;
}
</style>