Html Css Color HEX #77A2AC Neptune

📋 copy color: '#77A2AC'

red 119 ◦ green 162 ◦ blue 172

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

Shades of Neptune #77A2AC

Tints of Neptune #77A2AC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.76%

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

R = 26.27%
G = 35.76%
B = 37.97%

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

#77A2AC (or 0x77A2AC) is known color: Neptune. HEX triplet: 77, A2 and AC. RGB value is (119,162,172). Sum of RGB (Red+Green+Blue) = 119+162+172=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #77A2AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77A2AC is #885D53. Grayscale: #969696. Windows color (decimal): -8936788 or 11313783. OLE color: 11313783.

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

Color convert

RGB 119 162 172 -
CMYK 0.31 0.06 0 0.33
HSL 191.32º 0.24% 0.57% -
HSV(B) 191.32º 0.31% 0.67% -
XYZ 27.97 32.74 43.87 -
YUV 150.28 140.25 105.69 -
System Red Green Blue C M Y K H S L
Decimal 119 162 172 0.31 0.06 0 0.33 191.32 0.24 0.57
Hex 77 A2 AC 1F 6 0 21 BF 18 39
Octal 167 242 254 37 6 0 41 277 30 71
Binary 1110111 10100010 10101100 11111 110 0 100001 10111111 11000 111001

Color Harmonies of #77A2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A2AC

Black with #77A2AC

Text Example


Text Example

White with #77A2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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