#77A8AD

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

Shades of Neptune #77A8AD

Tints of Neptune #77A8AD

Color information

#77A8AD (or 0x77A8AD) is unknown color: approx Neptune. HEX triplet: 77, A8 and AD. RGB value is (119,168,173). Sum of RGB (Red+Green+Blue) = 119+168+173=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #77A8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A8AD is #885752. Grayscale: #999999. Windows color (decimal): -8935251 or 11380855. OLE color: 11380855.

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

Color convert

RGB119168173-
CMYK0.310.0300.32
HSL185.56º24.77%57.25%-
HSV(B)185.56º31.21%67.84%-
XYZ29.1534.9444.74-
YUV153.92138.77103.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.87%
GREEN value IS 168 (66.02% from 255) = 36.52%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=25.87%
G=36.52%
B=37.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191681730.310.0300.32185.5624.7757.25
Hex77A8AD1F3020ba1939
Octal1672502553730402723171
Binary11101111010100010101101111111101000001011101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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