#77A9AA

Color #77A9AA Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #77A9AA

Tints of Neptune #77A9AA

Color information

#77A9AA (or 0x77A9AA) is unknown color: approx Neptune. HEX triplet: 77, A9 and AA. RGB value is (119,169,170). Sum of RGB (Red+Green+Blue) = 119+169+170=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #77A9AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A9AA is #885655. Grayscale: #9A9A9A. Windows color (decimal): -8934998 or 11184503. OLE color: 11184503.

HSL color Cylindrical-coordinate representation of color #77A9AA: hue angle of 181.18º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #77A9AA is Cyan = 0.3, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB119169170-
CMYK0.30.0100.33
HSL181.18º23.08%56.67%-
HSV(B)181.18º30%66.67%-
XYZ29.0535.243.29-
YUV154.16136.94102.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 25.98%
GREEN value IS 169 (66.41% from 255) = 36.90%
BLUE value IS 170 (66.80% from 255) = 37.12%
R=25.98%
G=36.90%
B=37.12%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191691700.30.0100.33181.1823.0856.67
Hex77A9AA1E1021b51739
Octal1672512523610412652771
Binary1110111101010011010101011110101000011011010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A9AA; }

 p { color: rgb(119,169,170); }

 H1.HeaderClassName
 {
   color: #77A9AA;
 }
 .AnyTagClassName
 {
   color: #77A9AA;
 }
</style>
background-color css

<style>
 a { background-color: #77A9AA; }

 a { background-color: rgb(119,169,170); }

 div.DivClassName
 {
   background-color: #77A9AA;
 }
 .BgClassName
 {
   background-color: #77A9AA;
 }
</style>
border-color css

<style>
 span { border-color: #77A9AA; }

 span { border-color: rgb(119,169,170); }

 td.TdClassName
 {
   border-color: #77A9AA;
 }
 .TagClassName
 {
   border-color: #77A9AA;
 }
</style>