Html Css Color HEX #77AAAD Neptune

📋 copy color: '#77AAAD'

red 119 ◦ green 170 ◦ blue 173

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

Shades of Neptune #77AAAD

Tints of Neptune #77AAAD

RGB

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

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

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

R = 25.76%
G = 36.8%
B = 37.45%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#77AAAD (or 0x77AAAD) is known color: Neptune. HEX triplet: 77, AA and AD. RGB value is (119,170,173). Sum of RGB (Red+Green+Blue) = 119+170+173=462 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.76% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #77AAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77AAAD is #885552. Grayscale: #9B9B9B. Windows color (decimal): -8934739 or 11381367. OLE color: 11381367.

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

Color convert

RGB 119 170 173 -
CMYK 0.31 0.02 0 0.32
HSL 183.33º 0.25% 0.57% -
HSV(B) 183.33º 0.31% 0.68% -
XYZ 29.53 35.69 44.87 -
YUV 155.09 138.1 102.26 -
System Red Green Blue C M Y K H S L
Decimal 119 170 173 0.31 0.02 0 0.32 183.33 0.25 0.57
Hex 77 AA AD 1F 2 0 20 B7 19 39
Octal 167 252 255 37 2 0 40 267 31 71
Binary 1110111 10101010 10101101 11111 10 0 100000 10110111 11001 111001

Color Harmonies of #77AAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AAAD

Black with #77AAAD

Text Example


Text Example

White with #77AAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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