#77A6A7

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

Shades of Neptune #77A6A7

Tints of Neptune #77A6A7

Color information

#77A6A7 (or 0x77A6A7) is unknown color: approx Neptune. HEX triplet: 77, A6 and A7. RGB value is (119,166,167). Sum of RGB (Red+Green+Blue) = 119+166+167=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 167 (65.62% from 255 or 36.95% from 452); Max value from RGB is 167 - color contains mainly: blue. Hex color #77A6A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A6A7 is #885958. Grayscale: #989898. Windows color (decimal): -8935769 or 10987127. OLE color: 10987127.

HSL color Cylindrical-coordinate representation of color #77A6A7: hue angle of 181.25º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #77A6A7 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB119166167-
CMYK0.290.0100.35
HSL181.25º21.43%56.08%-
HSV(B)181.25º28.74%65.49%-
XYZ28.2233.9841.63-
YUV152.06136.43104.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.33%
GREEN value IS 166 (65.23% from 255) = 36.73%
BLUE value IS 167 (65.62% from 255) = 36.95%
R=26.33%
G=36.73%
B=36.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1191661670.290.0100.35181.2521.4356.08
Hex77A6A71D1023b51538
Octal1672462473510432652570
Binary1110111101001101010011111101101000111011010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,166,167); }

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

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

 a { background-color: rgb(119,166,167); }

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

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

 span { border-color: rgb(119,166,167); }

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