Html Css Color HEX #77A6AB Neptune

📋 copy color: '#77A6AB'

red 119 ◦ green 166 ◦ blue 171

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

Shades of Neptune #77A6AB

Tints of Neptune #77A6AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.5%

R = 26.1%
G = 36.4%
B = 37.5%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#77A6AB (or 0x77A6AB) is known color: Neptune. HEX triplet: 77, A6 and AB. RGB value is (119,166,171). Sum of RGB (Red+Green+Blue) = 119+166+171=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #77A6AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A6AB is #885954. Grayscale: #989898. Windows color (decimal): -8935765 or 11249271. OLE color: 11249271.

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

Color convert

RGB 119 166 171 -
CMYK 0.30 0.03 0 0.33
HSL 185.77º 0.24% 0.57% -
HSV(B) 185.77º 0.3% 0.67% -
XYZ 28.59 34.13 43.61 -
YUV 152.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 119 166 171 0.30 0.03 0 0.33 185.77 0.24 0.57
Hex 77 A6 AB 1E 3 0 21 BA 18 39
Octal 167 246 253 36 3 0 41 272 30 71
Binary 1110111 10100110 10101011 11110 11 0 100001 10111010 11000 111001

Color Harmonies of #77A6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A6AB

Black with #77A6AB

Text Example


Text Example

White with #77A6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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