Html Css Color HEX #77A5AA Neptune

📋 copy color: '#77A5AA'

red 119 ◦ green 165 ◦ blue 170

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

Shades of Neptune #77A5AA

Tints of Neptune #77A5AA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.34%

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

R = 26.21%
G = 36.34%
B = 37.44%

CMYK

 C value IS 0.3

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#77A5AA (or 0x77A5AA) is known color: Neptune. HEX triplet: 77, A5 and AA. RGB value is (119,165,170). Sum of RGB (Red+Green+Blue) = 119+165+170=454 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.21% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 170 - color contains mainly: blue. Hex color #77A5AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A5AA is #885A55. Grayscale: #979797. Windows color (decimal): -8936022 or 11183479. OLE color: 11183479.

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

Color convert

RGB 119 165 170 -
CMYK 0.3 0.03 0 0.33
HSL 185.88º 0.23% 0.57% -
HSV(B) 185.88º 0.3% 0.67% -
XYZ 28.32 33.73 43.05 -
YUV 151.82 138.26 104.59 -
System Red Green Blue C M Y K H S L
Decimal 119 165 170 0.3 0.03 0 0.33 185.88 0.23 0.57
Hex 77 A5 AA 1E 3 0 21 BA 17 39
Octal 167 245 252 36 3 0 41 272 27 71
Binary 1110111 10100101 10101010 11110 11 0 100001 10111010 10111 111001

Color Harmonies of #77A5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A5AA

Black with #77A5AA

Text Example


Text Example

White with #77A5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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