Html Css Color HEX #77A3AA Neptune

📋 copy color: '#77A3AA'

red 119 ◦ green 163 ◦ blue 170

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

Shades of Neptune #77A3AA

Tints of Neptune #77A3AA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.06%

 BLUE value IS 170 (66.8% from 255) = 37.61%

R = 26.33%
G = 36.06%
B = 37.61%

CMYK

 C value IS 0.3

 M value IS 0.04

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#77A3AA (or 0x77A3AA) is known color: Neptune. HEX triplet: 77, A3 and AA. RGB value is (119,163,170). Sum of RGB (Red+Green+Blue) = 119+163+170=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #77A3AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A3AA is #885C55. Grayscale: #969696. Windows color (decimal): -8936534 or 11182967. OLE color: 11182967.

HSL color Cylindrical-coordinate representation of color #77A3AA: hue angle of 188.24º degrees, saturation: 0.23, 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 #77A3AA is Cyan = 0.3, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 163 170 -
CMYK 0.3 0.04 0 0.33
HSL 188.24º 0.23% 0.57% -
HSV(B) 188.24º 0.3% 0.67% -
XYZ 27.96 33.02 42.93 -
YUV 150.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 119 163 170 0.3 0.04 0 0.33 188.24 0.23 0.57
Hex 77 A3 AA 1E 4 0 21 BC 17 39
Octal 167 243 252 36 4 0 41 274 27 71
Binary 1110111 10100011 10101010 11110 100 0 100001 10111100 10111 111001

Color Harmonies of #77A3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A3AA

Black with #77A3AA

Text Example


Text Example

White with #77A3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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