Html Css Color HEX #77ADAC Neptune

📋 copy color: '#77ADAC'

red 119 ◦ green 173 ◦ blue 172

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

Shades of Neptune #77ADAC

Tints of Neptune #77ADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.28%

 BLUE value IS 172 (67.58% from 255) = 37.07%

R = 25.65%
G = 37.28%
B = 37.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#77ADAC (or 0x77ADAC) is known color: Neptune. HEX triplet: 77, AD and AC. RGB value is (119,173,172). Sum of RGB (Red+Green+Blue) = 119+173+172=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 173 - color contains mainly: green. Hex color #77ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ADAC is #885253. Grayscale: #9C9C9C. Windows color (decimal): -8933972 or 11316599. OLE color: 11316599.

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

Color convert

RGB 119 173 172 -
CMYK 0.31 0 0.01 0.32
HSL 178.89º 0.25% 0.57% -
HSV(B) 178.89º 0.31% 0.68% -
XYZ 30 36.79 44.55 -
YUV 156.74 136.61 101.08 -
System Red Green Blue C M Y K H S L
Decimal 119 173 172 0.31 0 0.01 0.32 178.89 0.25 0.57
Hex 77 AD AC 1F 0 1 20 B3 19 39
Octal 167 255 254 37 0 1 40 263 31 71
Binary 1110111 10101101 10101100 11111 0 1 100000 10110011 11001 111001

Color Harmonies of #77ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ADAC

Black with #77ADAC

Text Example


Text Example

White with #77ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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