Html Css Color HEX #77AAAE Neptune

📋 copy color: '#77AAAE'

red 119 ◦ green 170 ◦ blue 174

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

Shades of Neptune #77AAAE

Tints of Neptune #77AAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.58%

R = 25.7%
G = 36.72%
B = 37.58%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#77AAAE (or 0x77AAAE) is known color: Neptune. HEX triplet: 77, AA and AE. RGB value is (119,170,174). Sum of RGB (Red+Green+Blue) = 119+170+174=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 174 - color contains mainly: blue. Hex color #77AAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AAAE is #885551. Grayscale: #9B9B9B. Windows color (decimal): -8934738 or 11446903. OLE color: 11446903.

HSL color Cylindrical-coordinate representation of color #77AAAE: hue angle of 184.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77AAAE is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 170 174 -
CMYK 0.32 0.02 0 0.32
HSL 184.36º 0.25% 0.57% -
HSV(B) 184.36º 0.32% 0.68% -
XYZ 29.62 35.73 45.38 -
YUV 155.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 119 170 174 0.32 0.02 0 0.32 184.36 0.25 0.57
Hex 77 AA AE 20 2 0 20 B8 19 39
Octal 167 252 256 40 2 0 40 270 31 71
Binary 1110111 10101010 10101110 100000 10 0 100000 10111000 11001 111001

Color Harmonies of #77AAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AAAE

Black with #77AAAE

Text Example


Text Example

White with #77AAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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