#77ADAE

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

Shades of Neptune #77ADAE

Tints of Neptune #77ADAE

Color information

#77ADAE (or 0x77ADAE) is unknown color: approx Neptune. HEX triplet: 77, AD and AE. RGB value is (119,173,174). Sum of RGB (Red+Green+Blue) = 119+173+174=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 174 - color contains mainly: blue. Hex color #77ADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ADAE is #885251. Grayscale: #9C9C9C. Windows color (decimal): -8933970 or 11447671. OLE color: 11447671.

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

Color convert

RGB119173174-
CMYK0.320.0100.32
HSL181.09º25.35%57.45%-
HSV(B)181.09º31.61%68.24%-
XYZ30.1936.8745.57-
YUV156.97137.61100.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.54%
GREEN value IS 173 (67.97% from 255) = 37.12%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=25.54%
G=37.12%
B=37.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1191731740.320.0100.32181.0925.3557.45
Hex77ADAE201020b51939
Octal1672552564010402653171
Binary11101111010110110101110100000101000001011010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ADAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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