Html Css Color HEX #77A6AA Neptune

📋 copy color: '#77A6AA'

red 119 ◦ green 166 ◦ blue 170

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

Shades of Neptune #77A6AA

Tints of Neptune #77A6AA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.48%

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

R = 26.15%
G = 36.48%
B = 37.36%

CMYK

 C value IS 0.3

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#77A6AA (or 0x77A6AA) is known color: Neptune. HEX triplet: 77, A6 and AA. RGB value is (119,166,170). Sum of RGB (Red+Green+Blue) = 119+166+170=455 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.15% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: blue. Hex color #77A6AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A6AA is #885955. Grayscale: #989898. Windows color (decimal): -8935766 or 11183735. OLE color: 11183735.

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

Color convert

RGB 119 166 170 -
CMYK 0.3 0.02 0 0.33
HSL 184.71º 0.23% 0.57% -
HSV(B) 184.71º 0.3% 0.67% -
XYZ 28.5 34.1 43.11 -
YUV 152.4 137.93 104.17 -
System Red Green Blue C M Y K H S L
Decimal 119 166 170 0.3 0.02 0 0.33 184.71 0.23 0.57
Hex 77 A6 AA 1E 2 0 21 B9 17 39
Octal 167 246 252 36 2 0 41 271 27 71
Binary 1110111 10100110 10101010 11110 10 0 100001 10111001 10111 111001

Color Harmonies of #77A6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A6AA

Black with #77A6AA

Text Example


Text Example

White with #77A6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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