Shades of Neptune #77B2B3
Tints of Neptune #77B2B3
RGB
CMYK
RGB Variations
Color information
#77B2B3 (or 0x77B2B3) is known color: Neptune. HEX triplet: 77, B2 and B3. RGB value is (119,178,179). Sum of RGB (Red+Green+Blue) = 119+178+179=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 179 (70.31% from 255 or 37.61% from 476); Max value from RGB is 179 - color contains mainly: blue. Hex color #77B2B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77B2B3 is #884D4C. Grayscale: #A0A0A0. Windows color (decimal): -8932685 or 11776631. OLE color: 11776631.
HSL color Cylindrical-coordinate representation of color #77B2B3: hue angle of 181º 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 #77B2B3 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 119 | 178 | 179 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.30 |
| HSL | 181º | 0.28% | 0.58% | - |
| HSV(B) | 181º | 0.34% | 0.7% | - |
| XYZ | 31.66 | 39.02 | 48.51 | - |
| YUV | 160.47 | 138.45 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 178 | 179 | 0.34 | 0.01 | 0 | 0.30 | 181 | 0.28 | 0.58 |
| Hex | 77 | B2 | B3 | 22 | 1 | 0 | 1E | B5 | 1C | 3A |
| Octal | 167 | 262 | 263 | 42 | 1 | 0 | 36 | 265 | 34 | 72 |
| Binary | 1110111 | 10110010 | 10110011 | 100010 | 1 | 0 | 11110 | 10110101 | 11100 | 111010 |
Color Harmonies of #77B2B3
Complementary color
Monochromatic Colors of #77B2B3
Black with #77B2B3
Text Example
Text Example
White with #77B2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77B2B3; }
p { color: rgb(119,178,179); }
H1.HeaderClassName
{
color: #77B2B3;
}
.AnyTagClassName
{
color: #77B2B3;
}
</style>
background-color css
<style>
a { background-color: #77B2B3; }
a { background-color: rgb(119,178,179); }
div.DivClassName
{
background-color: #77B2B3;
}
.BgClassName
{
background-color: #77B2B3;
}
</style>
border-color css
<style>
span { border-color: #77B2B3; }
span { border-color: rgb(119,178,179); }
td.TdClassName
{
border-color: #77B2B3;
}
.TagClassName
{
border-color: #77B2B3;
}
</style>