Html Css Color HEX #77ABAA Neptune

📋 copy color: '#77ABAA'

red 119 ◦ green 171 ◦ blue 170

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

Shades of Neptune #77ABAA

Tints of Neptune #77ABAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.96%

R = 25.87%
G = 37.17%
B = 36.96%

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

#77ABAA (or 0x77ABAA) is known color: Neptune. HEX triplet: 77, AB and AA. RGB value is (119,171,170). Sum of RGB (Red+Green+Blue) = 119+171+170=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 171 - color contains mainly: green. Hex color #77ABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ABAA is #885455. Grayscale: #9B9B9B. Windows color (decimal): -8934486 or 11185015. OLE color: 11185015.

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

Color convert

RGB 119 171 170 -
CMYK 0.30 0 0.01 0.33
HSL 178.85º 0.24% 0.57% -
HSV(B) 178.85º 0.3% 0.67% -
XYZ 29.43 35.95 43.42 -
YUV 155.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 119 171 170 0.30 0 0.01 0.33 178.85 0.24 0.57
Hex 77 AB AA 1E 0 1 21 B3 18 39
Octal 167 253 252 36 0 1 41 263 30 71
Binary 1110111 10101011 10101010 11110 0 1 100001 10110011 11000 111001

Color Harmonies of #77ABAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ABAA

Black with #77ABAA

Text Example


Text Example

White with #77ABAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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