#77A2AD

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

Shades of Neptune #77A2AD

Tints of Neptune #77A2AD

Color information

#77A2AD (or 0x77A2AD) is unknown color: approx Neptune. HEX triplet: 77, A2 and AD. RGB value is (119,162,173). Sum of RGB (Red+Green+Blue) = 119+162+173=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 162 (63.67% from 255 or 35.68% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #77A2AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A2AD is #885D52. Grayscale: #969696. Windows color (decimal): -8936787 or 11379319. OLE color: 11379319.

HSL color Cylindrical-coordinate representation of color #77A2AD: hue angle of 192.22º 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 #77A2AD is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB119162173-
CMYK0.310.0600.32
HSL192.22º24.77%57.25%-
HSV(B)192.22º31.21%67.84%-
XYZ28.0732.7844.38-
YUV150.4140.75105.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.21%
GREEN value IS 162 (63.67% from 255) = 35.68%
BLUE value IS 173 (67.97% from 255) = 38.11%
R=26.21%
G=35.68%
B=38.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191621730.310.0600.32192.2224.7757.25
Hex77A2AD1F6020c01939
Octal1672422553760403003171
Binary111011110100010101011011111111001000001100000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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