Html Css Color HEX #77A2AB Neptune

📋 copy color: '#77A2AB'

red 119 ◦ green 162 ◦ blue 171

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

Shades of Neptune #77A2AB

Tints of Neptune #77A2AB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.84%

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

R = 26.33%
G = 35.84%
B = 37.83%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#77A2AB (or 0x77A2AB) is known color: Neptune. HEX triplet: 77, A2 and AB. RGB value is (119,162,171). Sum of RGB (Red+Green+Blue) = 119+162+171=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 162 (63.67% from 255 or 35.84% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #77A2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A2AB is #885D54. Grayscale: #969696. Windows color (decimal): -8936789 or 11248247. OLE color: 11248247.

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

Color convert

RGB 119 162 171 -
CMYK 0.30 0.05 0 0.33
HSL 190.38º 0.24% 0.57% -
HSV(B) 190.38º 0.3% 0.67% -
XYZ 27.88 32.7 43.37 -
YUV 150.17 139.75 105.77 -
System Red Green Blue C M Y K H S L
Decimal 119 162 171 0.30 0.05 0 0.33 190.38 0.24 0.57
Hex 77 A2 AB 1E 5 0 21 BE 18 39
Octal 167 242 253 36 5 0 41 276 30 71
Binary 1110111 10100010 10101011 11110 101 0 100001 10111110 11000 111001

Color Harmonies of #77A2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A2AB

Black with #77A2AB

Text Example


Text Example

White with #77A2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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