Html Css Color HEX #77ABA9 Neptune

📋 copy color: '#77ABA9'

red 119 ◦ green 171 ◦ blue 169

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

Shades of Neptune #77ABA9

Tints of Neptune #77ABA9

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.25%

 BLUE value IS 169 (66.41% from 255) = 36.82%

R = 25.93%
G = 37.25%
B = 36.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#77ABA9 (or 0x77ABA9) is known color: Neptune. HEX triplet: 77, AB and A9. RGB value is (119,171,169). Sum of RGB (Red+Green+Blue) = 119+171+169=459 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.93% from 459); Green value is 171 (67.19% from 255 or 37.25% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 171 - color contains mainly: green. Hex color #77ABA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ABA9 is #885456. Grayscale: #9B9B9B. Windows color (decimal): -8934487 or 11119479. OLE color: 11119479.

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

Color convert

RGB 119 171 169 -
CMYK 0.30 0 0.01 0.33
HSL 177.69º 0.24% 0.57% -
HSV(B) 177.69º 0.3% 0.67% -
XYZ 29.33 35.91 42.92 -
YUV 155.22 135.77 102.16 -
System Red Green Blue C M Y K H S L
Decimal 119 171 169 0.30 0 0.01 0.33 177.69 0.24 0.57
Hex 77 AB A9 1E 0 1 21 B2 18 39
Octal 167 253 251 36 0 1 41 262 30 71
Binary 1110111 10101011 10101001 11110 0 1 100001 10110010 11000 111001

Color Harmonies of #77ABA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ABA9

Black with #77ABA9

Text Example


Text Example

White with #77ABA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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