Shades of Neptune #77ADAE
Tints of Neptune #77ADAE
RGB
CMYK
RGB Variations
Color information
#77ADAE (or 0x77ADAE) is known color: Neptune. HEX triplet: 77, AD and AE. RGB value is (119,173,174). Sum of RGB (Red+Green+Blue) = 119+173+174=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #77ADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ADAE is #885251. Grayscale: #9C9C9C. Windows color (decimal): -8933970 or 11447671. OLE color: 11447671.
HSL color Cylindrical-coordinate representation of color #77ADAE: hue angle of 181.09º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77ADAE is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 119 | 173 | 174 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.32 |
| HSL | 181.09º | 0.25% | 0.57% | - |
| HSV(B) | 181.09º | 0.32% | 0.68% | - |
| XYZ | 30.19 | 36.87 | 45.57 | - |
| YUV | 156.97 | 137.61 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 173 | 174 | 0.32 | 0.01 | 0 | 0.32 | 181.09 | 0.25 | 0.57 |
| Hex | 77 | AD | AE | 20 | 1 | 0 | 20 | B5 | 19 | 39 |
| Octal | 167 | 255 | 256 | 40 | 1 | 0 | 40 | 265 | 31 | 71 |
| Binary | 1110111 | 10101101 | 10101110 | 100000 | 1 | 0 | 100000 | 10110101 | 11001 | 111001 |
Color Harmonies of #77ADAE
Complementary color
Monochromatic Colors of #77ADAE
Black with #77ADAE
Text Example
Text Example
White with #77ADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ADAE; }
p { color: rgb(119,173,174); }
H1.HeaderClassName
{
color: #77ADAE;
}
.AnyTagClassName
{
color: #77ADAE;
}
</style>
background-color css
<style>
a { background-color: #77ADAE; }
a { background-color: rgb(119,173,174); }
div.DivClassName
{
background-color: #77ADAE;
}
.BgClassName
{
background-color: #77ADAE;
}
</style>
border-color css
<style>
span { border-color: #77ADAE; }
span { border-color: rgb(119,173,174); }
td.TdClassName
{
border-color: #77ADAE;
}
.TagClassName
{
border-color: #77ADAE;
}
</style>