Shades of Neptune #77ABB1
Tints of Neptune #77ABB1
RGB
CMYK
RGB Variations
Color information
#77ABB1 (or 0x77ABB1) is known color: Neptune. HEX triplet: 77, AB and B1. RGB value is (119,171,177). Sum of RGB (Red+Green+Blue) = 119+171+177=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 177 (69.53% from 255 or 37.90% from 467); Max value from RGB is 177 - color contains mainly: blue. Hex color #77ABB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ABB1 is #88544E. Grayscale: #9C9C9C. Windows color (decimal): -8934479 or 11643767. OLE color: 11643767.
HSL color Cylindrical-coordinate representation of color #77ABB1: hue angle of 186.21º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #77ABB1 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 171 | 177 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.31 |
| HSL | 186.21º | 0.27% | 0.58% | - |
| HSV(B) | 186.21º | 0.33% | 0.69% | - |
| XYZ | 30.11 | 36.22 | 47 | - |
| YUV | 156.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 171 | 177 | 0.33 | 0.03 | 0 | 0.31 | 186.21 | 0.27 | 0.58 |
| Hex | 77 | AB | B1 | 21 | 3 | 0 | 1F | BA | 1B | 3A |
| Octal | 167 | 253 | 261 | 41 | 3 | 0 | 37 | 272 | 33 | 72 |
| Binary | 1110111 | 10101011 | 10110001 | 100001 | 11 | 0 | 11111 | 10111010 | 11011 | 111010 |
Color Harmonies of #77ABB1
Complementary color
Monochromatic Colors of #77ABB1
Black with #77ABB1
Text Example
Text Example
White with #77ABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ABB1; }
p { color: rgb(119,171,177); }
H1.HeaderClassName
{
color: #77ABB1;
}
.AnyTagClassName
{
color: #77ABB1;
}
</style>
background-color css
<style>
a { background-color: #77ABB1; }
a { background-color: rgb(119,171,177); }
div.DivClassName
{
background-color: #77ABB1;
}
.BgClassName
{
background-color: #77ABB1;
}
</style>
border-color css
<style>
span { border-color: #77ABB1; }
span { border-color: rgb(119,171,177); }
td.TdClassName
{
border-color: #77ABB1;
}
.TagClassName
{
border-color: #77ABB1;
}
</style>