#77ACAB

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

Shades of Neptune #77ACAB

Tints of Neptune #77ACAB

Color information

#77ACAB (or 0x77ACAB) is unknown color: approx Neptune. HEX triplet: 77, AC and AB. RGB value is (119,172,171). Sum of RGB (Red+Green+Blue) = 119+172+171=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 171 (67.19% from 255 or 37.01% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #77ACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ACAB is #885354. Grayscale: #9B9B9B. Windows color (decimal): -8934229 or 11250807. OLE color: 11250807.

HSL color Cylindrical-coordinate representation of color #77ACAB: hue angle of 178.87º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77ACAB is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB119172171-
CMYK0.3100.010.33
HSL178.87º24.2%57.06%-
HSV(B)178.87º30.81%67.45%-
XYZ29.7136.3743.98-
YUV156.04136.44101.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.76%
GREEN value IS 172 (67.58% from 255) = 37.23%
BLUE value IS 171 (67.19% from 255) = 37.01%
R=25.76%
G=37.23%
B=37.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191721710.3100.010.33178.8724.257.06
Hex77ACAB1F0121b31839
Octal1672542533701412633071
Binary1110111101011001010101111111011000011011001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,172,171); }

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

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

 a { background-color: rgb(119,172,171); }

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

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

 span { border-color: rgb(119,172,171); }

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