Html Css Color HEX #77ACAC Neptune

📋 copy color: '#77ACAC'

red 119 ◦ green 172 ◦ blue 172

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

Shades of Neptune #77ACAC

Tints of Neptune #77ACAC

RGB

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

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

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

R = 25.7%
G = 37.15%
B = 37.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#77ACAC (or 0x77ACAC) is known color: Neptune. HEX triplet: 77, AC and AC. RGB value is (119,172,172). Sum of RGB (Red+Green+Blue) = 119+172+172=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #77ACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77ACAC is #885353. Grayscale: #9C9C9C. Windows color (decimal): -8934228 or 11316343. OLE color: 11316343.

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

Color convert

RGB 119 172 172 -
CMYK 0.31 0 0 0.33
HSL 180º 0.24% 0.57% -
HSV(B) 180º 0.31% 0.67% -
XYZ 29.81 36.41 44.49 -
YUV 156.15 136.94 101.5 -
System Red Green Blue C M Y K H S L
Decimal 119 172 172 0.31 0 0 0.33 180 0.24 0.57
Hex 77 AC AC 1F 0 0 21 B4 18 39
Octal 167 254 254 37 0 0 41 264 30 71
Binary 1110111 10101100 10101100 11111 0 0 100001 10110100 11000 111001

Color Harmonies of #77ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ACAC

Black with #77ACAC

Text Example


Text Example

White with #77ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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