Html Css Color HEX #77A5AD Neptune

📋 copy color: '#77A5AD'

red 119 ◦ green 165 ◦ blue 173

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

Shades of Neptune #77A5AD

Tints of Neptune #77A5AD

RGB

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

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

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

R = 26.04%
G = 36.11%
B = 37.86%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#77A5AD (or 0x77A5AD) is known color: Neptune. HEX triplet: 77, A5 and AD. RGB value is (119,165,173). Sum of RGB (Red+Green+Blue) = 119+165+173=457 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.04% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #77A5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A5AD is #885A52. Grayscale: #989898. Windows color (decimal): -8936019 or 11380087. OLE color: 11380087.

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

Color convert

RGB 119 165 173 -
CMYK 0.31 0.05 0 0.32
HSL 188.89º 0.25% 0.57% -
HSV(B) 188.89º 0.31% 0.68% -
XYZ 28.61 33.85 44.56 -
YUV 152.16 139.76 104.35 -
System Red Green Blue C M Y K H S L
Decimal 119 165 173 0.31 0.05 0 0.32 188.89 0.25 0.57
Hex 77 A5 AD 1F 5 0 20 BD 19 39
Octal 167 245 255 37 5 0 40 275 31 71
Binary 1110111 10100101 10101101 11111 101 0 100000 10111101 11001 111001

Color Harmonies of #77A5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A5AD

Black with #77A5AD

Text Example


Text Example

White with #77A5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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