#77A2AC

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

Shades of Neptune #77A2AC

Tints of Neptune #77A2AC

Color information

#77A2AC (or 0x77A2AC) is unknown color: approx Neptune. HEX triplet: 77, A2 and AC. RGB value is (119,162,172). Sum of RGB (Red+Green+Blue) = 119+162+172=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #77A2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A2AC is #885D53. Grayscale: #969696. Windows color (decimal): -8936788 or 11313783. OLE color: 11313783.

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

Color convert

RGB119162172-
CMYK0.310.0600.33
HSL191.32º24.2%57.06%-
HSV(B)191.32º30.81%67.45%-
XYZ27.9732.7443.87-
YUV150.28140.25105.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.27%
GREEN value IS 162 (63.67% from 255) = 35.76%
BLUE value IS 172 (67.58% from 255) = 37.97%
R=26.27%
G=35.76%
B=37.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1191621720.310.0600.33191.3224.257.06
Hex77A2AC1F6021bf1839
Octal1672422543760412773071
Binary111011110100010101011001111111001000011011111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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