#77A3AD

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

Shades of Neptune #77A3AD

Tints of Neptune #77A3AD

Color information

#77A3AD (or 0x77A3AD) is unknown color: approx Neptune. HEX triplet: 77, A3 and AD. RGB value is (119,163,173). Sum of RGB (Red+Green+Blue) = 119+163+173=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 163 (64.06% from 255 or 35.82% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 173 - color contains mainly: blue. Hex color #77A3AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A3AD is #885C52. Grayscale: #969696. Windows color (decimal): -8936531 or 11379575. OLE color: 11379575.

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

Color convert

RGB119163173-
CMYK0.310.0600.32
HSL191.11º24.77%57.25%-
HSV(B)191.11º31.21%67.84%-
XYZ28.2533.1344.44-
YUV150.98140.42105.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.15%
GREEN value IS 163 (64.06% from 255) = 35.82%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=26.15%
G=35.82%
B=38.02%

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
Decimal1191631730.310.0600.32191.1124.7757.25
Hex77A3AD1F6020bf1939
Octal1672432553760402773171
Binary111011110100011101011011111111001000001011111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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