#77AAAF

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

Shades of Neptune #77AAAF

Tints of Neptune #77AAAF

Color information

#77AAAF (or 0x77AAAF) is unknown color: approx Neptune. HEX triplet: 77, AA and AF. RGB value is (119,170,175). Sum of RGB (Red+Green+Blue) = 119+170+175=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #77AAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AAAF is #885550. Grayscale: #9B9B9B. Windows color (decimal): -8934737 or 11512439. OLE color: 11512439.

HSL color Cylindrical-coordinate representation of color #77AAAF: hue angle of 185.36º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77AAAF is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB119170175-
CMYK0.320.0300.31
HSL185.36º25.93%57.65%-
HSV(B)185.36º32%68.63%-
XYZ29.7235.7745.89-
YUV155.32139.1102.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.65%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 175 (68.75% from 255) = 37.72%
R=25.65%
G=36.64%
B=37.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1191701750.320.0300.31185.3625.9357.65
Hex77AAAF20301Fb91a3a
Octal1672522574030372713272
Binary11101111010101010101111100000110111111011100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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