Html Css Color HEX #77AAAB Neptune

📋 copy color: '#77AAAB'

red 119 ◦ green 170 ◦ blue 171

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

Shades of Neptune #77AAAB

Tints of Neptune #77AAAB

RGB

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

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

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

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

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

RGB 119 170 171 -
CMYK 0.30 0.01 0 0.33
HSL 181.15º 0.24% 0.57% -
HSV(B) 181.15º 0.3% 0.67% -
XYZ 29.33 35.61 43.86 -
YUV 154.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 119 170 171 0.30 0.01 0 0.33 181.15 0.24 0.57
Hex 77 AA AB 1E 1 0 21 B5 18 39
Octal 167 252 253 36 1 0 41 265 30 71
Binary 1110111 10101010 10101011 11110 1 0 100001 10110101 11000 111001

Color Harmonies of #77AAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AAAB

Black with #77AAAB

Text Example


Text Example

White with #77AAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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