Html Css Color HEX #77A1AC Neptune

📋 copy color: '#77A1AC'

red 119 ◦ green 161 ◦ blue 172

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

Shades of Neptune #77A1AC

Tints of Neptune #77A1AC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.62%

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

R = 26.33%
G = 35.62%
B = 38.05%

CMYK

 C value IS 0.31

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#77A1AC (or 0x77A1AC) is known color: Neptune. HEX triplet: 77, A1 and AC. RGB value is (119,161,172). Sum of RGB (Red+Green+Blue) = 119+161+172=452 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.33% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 172 - color contains mainly: blue. Hex color #77A1AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A1AC is #885E53. Grayscale: #959595. Windows color (decimal): -8937044 or 11313527. OLE color: 11313527.

HSL color Cylindrical-coordinate representation of color #77A1AC: hue angle of 192.45º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #77A1AC is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 161 172 -
CMYK 0.31 0.06 0 0.33
HSL 192.45º 0.24% 0.57% -
HSV(B) 192.45º 0.31% 0.67% -
XYZ 27.8 32.39 43.82 -
YUV 149.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 119 161 172 0.31 0.06 0 0.33 192.45 0.24 0.57
Hex 77 A1 AC 1F 6 0 21 C0 18 39
Octal 167 241 254 37 6 0 41 300 30 71
Binary 1110111 10100001 10101100 11111 110 0 100001 11000000 11000 111001

Color Harmonies of #77A1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A1AC

Black with #77A1AC

Text Example


Text Example

White with #77A1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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