Html Css Color HEX #77A6AC Neptune

📋 copy color: '#77A6AC'

red 119 ◦ green 166 ◦ blue 172

#77A6AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #77A6AC

Tints of Neptune #77A6AC

RGB

 RED value IS 119 (46.88% from 255) = 26.04%

 GREEN value IS 166 (65.23% from 255) = 36.32%

 BLUE value IS 172 (67.58% from 255) = 37.64%

R = 26.04%
G = 36.32%
B = 37.64%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#77A6AC (or 0x77A6AC) is known color: Neptune. HEX triplet: 77, A6 and AC. RGB value is (119,166,172). Sum of RGB (Red+Green+Blue) = 119+166+172=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #77A6AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A6AC is #885953. Grayscale: #989898. Windows color (decimal): -8935764 or 11314807. OLE color: 11314807.

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

Color convert

RGB 119 166 172 -
CMYK 0.31 0.03 0 0.33
HSL 186.79º 0.24% 0.57% -
HSV(B) 186.79º 0.31% 0.67% -
XYZ 28.69 34.17 44.11 -
YUV 152.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 119 166 172 0.31 0.03 0 0.33 186.79 0.24 0.57
Hex 77 A6 AC 1F 3 0 21 BB 18 39
Octal 167 246 254 37 3 0 41 273 30 71
Binary 1110111 10100110 10101100 11111 11 0 100001 10111011 11000 111001

Color Harmonies of #77A6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A6AC

Black with #77A6AC

Text Example


Text Example

White with #77A6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77A6AC;
 }
 .AnyTagClassName
 {
   color: #77A6AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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