Shades of Neptune #77ADB3
Tints of Neptune #77ADB3
RGB
CMYK
RGB Variations
Color information
#77ADB3 (or 0x77ADB3) is known color: Neptune. HEX triplet: 77, AD and B3. RGB value is (119,173,179). Sum of RGB (Red+Green+Blue) = 119+173+179=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 179 - color contains mainly: blue. Hex color #77ADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADB3 is #88524C. Grayscale: #9D9D9D. Windows color (decimal): -8933965 or 11775351. OLE color: 11775351.
HSL color Cylindrical-coordinate representation of color #77ADB3: hue angle of 186º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77ADB3 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 173 | 179 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.30 |
| HSL | 186º | 0.28% | 0.58% | - |
| HSV(B) | 186º | 0.34% | 0.7% | - |
| XYZ | 30.69 | 37.06 | 48.18 | - |
| YUV | 157.54 | 140.11 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 173 | 179 | 0.34 | 0.03 | 0 | 0.30 | 186 | 0.28 | 0.58 |
| Hex | 77 | AD | B3 | 22 | 3 | 0 | 1E | BA | 1C | 3A |
| Octal | 167 | 255 | 263 | 42 | 3 | 0 | 36 | 272 | 34 | 72 |
| Binary | 1110111 | 10101101 | 10110011 | 100010 | 11 | 0 | 11110 | 10111010 | 11100 | 111010 |
Color Harmonies of #77ADB3
Complementary color
Monochromatic Colors of #77ADB3
Black with #77ADB3
Text Example
Text Example
White with #77ADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ADB3; }
p { color: rgb(119,173,179); }
H1.HeaderClassName
{
color: #77ADB3;
}
.AnyTagClassName
{
color: #77ADB3;
}
</style>
background-color css
<style>
a { background-color: #77ADB3; }
a { background-color: rgb(119,173,179); }
div.DivClassName
{
background-color: #77ADB3;
}
.BgClassName
{
background-color: #77ADB3;
}
</style>
border-color css
<style>
span { border-color: #77ADB3; }
span { border-color: rgb(119,173,179); }
td.TdClassName
{
border-color: #77ADB3;
}
.TagClassName
{
border-color: #77ADB3;
}
</style>