Html Css Color HEX #77AEAD Neptune

📋 copy color: '#77AEAD'

red 119 ◦ green 174 ◦ blue 173

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

Shades of Neptune #77AEAD

Tints of Neptune #77AEAD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.34%

 BLUE value IS 173 (67.97% from 255) = 37.12%

R = 25.54%
G = 37.34%
B = 37.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#77AEAD (or 0x77AEAD) is known color: Neptune. HEX triplet: 77, AE and AD. RGB value is (119,174,173). Sum of RGB (Red+Green+Blue) = 119+174+173=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 174 (68.36% from 255 or 37.34% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 174 - color contains mainly: green. Hex color #77AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AEAD is #885152. Grayscale: #9D9D9D. Windows color (decimal): -8933715 or 11382391. OLE color: 11382391.

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

Color convert

RGB 119 174 173 -
CMYK 0.32 0 0.01 0.32
HSL 178.91º 0.25% 0.57% -
HSV(B) 178.91º 0.32% 0.68% -
XYZ 30.29 37.21 45.12 -
YUV 157.44 136.78 100.58 -
System Red Green Blue C M Y K H S L
Decimal 119 174 173 0.32 0 0.01 0.32 178.91 0.25 0.57
Hex 77 AE AD 20 0 1 20 B3 19 39
Octal 167 256 255 40 0 1 40 263 31 71
Binary 1110111 10101110 10101101 100000 0 1 100000 10110011 11001 111001

Color Harmonies of #77AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AEAD

Black with #77AEAD

Text Example


Text Example

White with #77AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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