Html Css Color HEX #77AAAC Neptune

📋 copy color: '#77AAAC'

red 119 ◦ green 170 ◦ blue 172

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

Shades of Neptune #77AAAC

Tints of Neptune #77AAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 25.81%
G = 36.88%
B = 37.31%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#77AAAC (or 0x77AAAC) is known color: Neptune. HEX triplet: 77, AA and AC. RGB value is (119,170,172). Sum of RGB (Red+Green+Blue) = 119+170+172=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 170 (66.80% from 255 or 36.88% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #77AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AAAC is #885553. Grayscale: #9A9A9A. Windows color (decimal): -8934740 or 11315831. OLE color: 11315831.

HSL color Cylindrical-coordinate representation of color #77AAAC: hue angle of 182.26º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77AAAC is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 170 172 -
CMYK 0.31 0.01 0 0.33
HSL 182.26º 0.24% 0.57% -
HSV(B) 182.26º 0.31% 0.67% -
XYZ 29.43 35.65 44.36 -
YUV 154.98 137.6 102.34 -
System Red Green Blue C M Y K H S L
Decimal 119 170 172 0.31 0.01 0 0.33 182.26 0.24 0.57
Hex 77 AA AC 1F 1 0 21 B6 18 39
Octal 167 252 254 37 1 0 41 266 30 71
Binary 1110111 10101010 10101100 11111 1 0 100001 10110110 11000 111001

Color Harmonies of #77AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AAAC

Black with #77AAAC

Text Example


Text Example

White with #77AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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