#77A8AC

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

Shades of Neptune #77A8AC

Tints of Neptune #77A8AC

Color information

#77A8AC (or 0x77A8AC) is unknown color: approx Neptune. HEX triplet: 77, A8 and AC. RGB value is (119,168,172). Sum of RGB (Red+Green+Blue) = 119+168+172=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #77A8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A8AC is #885753. Grayscale: #999999. Windows color (decimal): -8935252 or 11315319. OLE color: 11315319.

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

Color convert

RGB119168172-
CMYK0.310.0200.33
HSL184.53º24.2%57.06%-
HSV(B)184.53º30.81%67.45%-
XYZ29.0634.9144.24-
YUV153.8138.27103.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.93%
GREEN value IS 168 (66.02% from 255) = 36.60%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=25.93%
G=36.60%
B=37.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191681720.310.0200.33184.5324.257.06
Hex77A8AC1F2021b91839
Octal1672502543720412713071
Binary11101111010100010101100111111001000011011100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,168,172); }

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

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

 a { background-color: rgb(119,168,172); }

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

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

 span { border-color: rgb(119,168,172); }

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