Html Css Color HEX #77A5AB Neptune

📋 copy color: '#77A5AB'

red 119 ◦ green 165 ◦ blue 171

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

Shades of Neptune #77A5AB

Tints of Neptune #77A5AB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.26%

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

R = 26.15%
G = 36.26%
B = 37.58%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#77A5AB (or 0x77A5AB) is known color: Neptune. HEX triplet: 77, A5 and AB. RGB value is (119,165,171). Sum of RGB (Red+Green+Blue) = 119+165+171=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #77A5AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A5AB is #885A54. Grayscale: #979797. Windows color (decimal): -8936021 or 11249015. OLE color: 11249015.

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

Color convert

RGB 119 165 171 -
CMYK 0.30 0.04 0 0.33
HSL 186.92º 0.24% 0.57% -
HSV(B) 186.92º 0.3% 0.67% -
XYZ 28.41 33.77 43.55 -
YUV 151.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 119 165 171 0.30 0.04 0 0.33 186.92 0.24 0.57
Hex 77 A5 AB 1E 4 0 21 BB 18 39
Octal 167 245 253 36 4 0 41 273 30 71
Binary 1110111 10100101 10101011 11110 100 0 100001 10111011 11000 111001

Color Harmonies of #77A5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A5AB

Black with #77A5AB

Text Example


Text Example

White with #77A5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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