Html Css Color HEX #77ACAE Neptune

📋 copy color: '#77ACAE'

red 119 ◦ green 172 ◦ blue 174

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

Shades of Neptune #77ACAE

Tints of Neptune #77ACAE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.99%

 BLUE value IS 174 (68.36% from 255) = 37.42%

R = 25.59%
G = 36.99%
B = 37.42%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#77ACAE (or 0x77ACAE) is known color: Neptune. HEX triplet: 77, AC and AE. RGB value is (119,172,174). Sum of RGB (Red+Green+Blue) = 119+172+174=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 174 (68.36% from 255 or 37.42% from 465); Max value from RGB is 174 - color contains mainly: blue. Hex color #77ACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ACAE is #885351. Grayscale: #9C9C9C. Windows color (decimal): -8934226 or 11447415. OLE color: 11447415.

HSL color Cylindrical-coordinate representation of color #77ACAE: hue angle of 182.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #77ACAE is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 172 174 -
CMYK 0.32 0.01 0 0.32
HSL 182.18º 0.25% 0.57% -
HSV(B) 182.18º 0.32% 0.68% -
XYZ 30 36.48 45.51 -
YUV 156.38 137.94 101.34 -
System Red Green Blue C M Y K H S L
Decimal 119 172 174 0.32 0.01 0 0.32 182.18 0.25 0.57
Hex 77 AC AE 20 1 0 20 B6 19 39
Octal 167 254 256 40 1 0 40 266 31 71
Binary 1110111 10101100 10101110 100000 1 0 100000 10110110 11001 111001

Color Harmonies of #77ACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ACAE

Black with #77ACAE

Text Example


Text Example

White with #77ACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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