Shades of Neptune #77AFB4
Tints of Neptune #77AFB4
RGB
CMYK
RGB Variations
Color information
#77AFB4 (or 0x77AFB4) is known color: Neptune. HEX triplet: 77, AF and B4. RGB value is (119,175,180). Sum of RGB (Red+Green+Blue) = 119+175+180=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 180 - color contains mainly: blue. Hex color #77AFB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AFB4 is #88504B. Grayscale: #9E9E9E. Windows color (decimal): -8933452 or 11841399. OLE color: 11841399.
HSL color Cylindrical-coordinate representation of color #77AFB4: hue angle of 184.92º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77AFB4 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 119 | 175 | 180 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.29 |
| HSL | 184.92º | 0.29% | 0.59% | - |
| HSV(B) | 184.92º | 0.34% | 0.71% | - |
| XYZ | 31.18 | 37.88 | 48.85 | - |
| YUV | 158.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 180 | 0.34 | 0.03 | 0 | 0.29 | 184.92 | 0.29 | 0.59 |
| Hex | 77 | AF | B4 | 22 | 3 | 0 | 1D | B9 | 1D | 3B |
| Octal | 167 | 257 | 264 | 42 | 3 | 0 | 35 | 271 | 35 | 73 |
| Binary | 1110111 | 10101111 | 10110100 | 100010 | 11 | 0 | 11101 | 10111001 | 11101 | 111011 |
Color Harmonies of #77AFB4
Complementary color
Monochromatic Colors of #77AFB4
Black with #77AFB4
Text Example
Text Example
White with #77AFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AFB4; }
p { color: rgb(119,175,180); }
H1.HeaderClassName
{
color: #77AFB4;
}
.AnyTagClassName
{
color: #77AFB4;
}
</style>
background-color css
<style>
a { background-color: #77AFB4; }
a { background-color: rgb(119,175,180); }
div.DivClassName
{
background-color: #77AFB4;
}
.BgClassName
{
background-color: #77AFB4;
}
</style>
border-color css
<style>
span { border-color: #77AFB4; }
span { border-color: rgb(119,175,180); }
td.TdClassName
{
border-color: #77AFB4;
}
.TagClassName
{
border-color: #77AFB4;
}
</style>